2022-01-13 01:25:31 +00:00
|
|
|
= AdvLabDB
|
|
|
|
|
2022-07-03 16:03:36 +00:00
|
|
|
image:https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white[pre-commit, link=https://github.com/pre-commit/pre-commit] image:https://img.shields.io/badge/code%20style-black-000000.svg[Code style: black, link=https://github.com/psf/black] image:https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336[Imports: isort, link=https://pycqa.github.io/isort/] image:https://img.shields.io/badge/security-bandit-yellow.svg[Security: bandit, link=https://github.com/PyCQA/bandit]
|
2022-01-13 01:25:31 +00:00
|
|
|
|
2022-06-28 22:02:42 +00:00
|
|
|
== About
|
|
|
|
AdvLabDB is a database with a web interface for labs.
|
2022-01-13 01:25:31 +00:00
|
|
|
|
2022-06-28 22:02:42 +00:00
|
|
|
// TODO: Screenshots
|
2022-01-13 01:25:31 +00:00
|
|
|
|
2022-06-28 22:02:42 +00:00
|
|
|
// TODO: Features
|
|
|
|
|
|
|
|
Admins have an interface to manage students, groups, experiments, appointments, marks and analyse data.
|
|
|
|
|
|
|
|
Assistants have a separate interface to set marks and schedule appointments with students.
|
2022-01-13 01:25:31 +00:00
|
|
|
|
2022-06-05 09:13:08 +00:00
|
|
|
== Status
|
2022-06-28 21:55:32 +00:00
|
|
|
The software is still in beta and under active development. Do not hesitate to open issues!
|
2022-01-13 01:25:31 +00:00
|
|
|
|
2022-06-05 09:13:08 +00:00
|
|
|
== Setup
|
2022-06-28 21:55:32 +00:00
|
|
|
To setup a server, see the link:docs/server_setup.adoc[setup documentation].
|
2022-01-13 01:25:31 +00:00
|
|
|
|
2022-06-28 22:02:42 +00:00
|
|
|
=== Logs
|
|
|
|
After setting up a server, logs related to AdvLabDB can be found in the directory `/var/log/advlabdb` on the server.
|
2022-06-14 21:10:06 +00:00
|
|
|
|
2022-06-05 09:13:08 +00:00
|
|
|
== Known issues
|
|
|
|
* Update scripts are not working.
|
2022-01-13 01:25:31 +00:00
|
|
|
|
2022-06-05 09:13:08 +00:00
|
|
|
== What does the name mean?
|
|
|
|
**Adv**anced **Lab** **D**ata**B**ase
|