Björn Büttner
Björn Büttner
https://github.com/Idrinth/survey/blob/master/src/types.ts has the current list of planned elements, what else would you as a potential user need or desire?
Please find out how to make sure, that your chosen tech-stack can work without javascript and how to best add custom css to the survey form.
We have to make creating and upgrading the database easy, so we need a good tool for that. Migrations have to be automatically executed if new ones are available, otherwise...
We need a good graph library to provide an easy way for people to grasp the data gathered on their behalf.
The organisation view should be available given the organisation slug. In this view the basic information, the public surveys, the imprint and the privacy statement have to be available.
The home page has to provide the latest public surveys with them bein filterable by name.
the survey page has to display all desired questions. If javascript is enabled, the questions are grouped in subpages and their logic for showing and required is executed. Since we...
in the survey view we need the following options: - define a page - define a question - delete a page - delete a question - make page visibility conditional...
We need a pull request template for every project part. Currently we seem to have the following: - backend - frontend - api - containers
We need some github actions to check, that the code is following best practises. That includes: PHP - psr 12 - phan - phpunit - infection Typescript - eslint -...