RE-QDA / requal

Free and open-source software for computer-assisted qualitative data analysis
https://www.requal.app
Other
12 stars 1 forks source link

Server version included #102

Closed hlageek closed 1 year ago

hlageek commented 1 year ago

This PR brings the server version on par with the desktop version. The launch mode is defined in the run_app() function and defaults to mode="local".

Most changes are in the launchpad modules, as the version determines how users are verified when creating or loading projects.

shinymanager is used for authentication.

Other changes are in the schema and database calls to ensure compatibility between SQLite and PostgreSQL.