Giter Club home page Giter Club logo

assessment-task's Introduction

Silberfluss - Tech Challenge

This repo consists of a very simple version of our process engine, which executes the workflows created in our no-code interface.

Requirements & Installation

You need Docker running on your device / your WSL. Online you can find numerous sources for the installation on your OS.

How to run?

After you've installed Docker, you can run

./run.sh

to build the docker container and start it. If errors are displayed at launch, please contact Jan.

You can then access the frontend at http://localhost:4200 and the backend at http://localhost:1337.

When you open the application in your browser, you will see questions that you can answer. After answering one question, the next one will pop up.

Tasks

  1. Familiarize yourself with the code structure. Pay attention to where the question are defined, the data is fetched and displayed.
  2. You will notice that your responses to the questions are not persisted after reloading the page. Introduce a possibility to save these answers in the backend, such that when reloading the page you can select your previous responses and see your answers. Also introduce a possibility to add and delete answers. There is no need for using a database, instead you could use variables in flask.
  3. Add a signature node in addition to the prompt node inside the nodes folder. The signature node should display a field where you can sign with your mouse. This output should be rendered in the list of questions.
  4. Upload the signatures as images to the backend and store them.
  5. Bonus: Add database support for persisting the answers given. You can either the DBMS direcly on your OS or add an additional service in the docker-compose file.

Questions?

Feel free to reach out Jan via [email protected] or phone (+49 176 47255072).

assessment-task's People

Contributors

ahmedeid1 avatar janjakob1 avatar thegraystone avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.