mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-04 22:40:30 +00:00
Replace README
This commit is contained in:
parent
23091bdc61
commit
57bb2459b7
2 changed files with 27 additions and 22 deletions
22
README.adoc
22
README.adoc
|
@ -1,22 +0,0 @@
|
|||
= AdvLabDB
|
||||
|
||||
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]
|
||||
|
||||
== About
|
||||
AdvLabDB is a database with a web interface for labs.
|
||||
|
||||
// TODO: Screenshots
|
||||
|
||||
// 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.
|
||||
|
||||
== Status
|
||||
The software is still in beta and under active development. Do not hesitate to open issues!
|
||||
|
||||
// TODO: New setup with containers
|
||||
|
||||
== What does the name mean?
|
||||
**Adv**anced **Lab** **D**ata**B**ase
|
27
README.md
Normal file
27
README.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# AdvLabDB
|
||||
|
||||
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
|
||||
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
|
||||
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
|
||||
|
||||
## About
|
||||
|
||||
AdvLabDB is a database with a web interface for labs.
|
||||
|
||||
// TODO: Screenshots
|
||||
|
||||
// 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.
|
||||
|
||||
## Status
|
||||
|
||||
Advlabdb is near the end of the beta stage and under active development. Do not hesitate to open issues!
|
||||
|
||||
// TODO: Setup with containers
|
||||
|
||||
## What does the name mean?
|
||||
|
||||
**Adv**anced **Lab** **D**ata**B**ase
|
Loading…
Reference in a new issue