Class coding project Questionaire
Go to file
waldek a40f12f38f adds an idea for the server REST API 2021-05-23 17:11:23 +02:00
ccpq adds an idea for the server REST API 2021-05-23 17:11:23 +02:00
data adds the data assets 2021-05-23 16:29:05 +02:00
.gitignore adds an idea for the server REST API 2021-05-23 17:11:23 +02:00
client_tui.py adds placeholders for the server and client 2021-05-23 16:27:05 +02:00
poc_standalone.py hello world 2021-05-23 16:04:09 +02:00
readme.md small update in branches 2021-05-23 16:31:06 +02:00
requirements.txt adds placeholders for the server and client 2021-05-23 16:27:05 +02:00
server.py adds an idea for the server REST API 2021-05-23 17:11:23 +02:00
standalone_tui.py hello world 2021-05-23 16:04:09 +02:00

readme.md

Class coding project - Questionnaire

This project serves as a python3 coding exercise for everybody who feels like participating. The end result should be useful for everyone following the course. The idea is to create a command line program to help us prepare for the LPI certificates. The data for the exercise comes from the data/*.csv files and is currently hard coded. The ./poc_standalone.py is a proof of concept on how the end program should function. It kind of works but there is a lot to fix and improve. The ./standalone_tui.py is a basic MVC implementation we can build on.

Branches

All development should be done in the testing branch and brought to the master branch with merge requests.