No Description

vaeringjar 4c15c53154 Update the History model and static testing data. 2 years ago
bin 61cfd8d4df Start to refactor the project so the slug results use the same codebase as the main part of the package. 2 years ago
src 4c15c53154 Update the History model and static testing data. 2 years ago
tests f6120c8364 Start to organize the routes. 2 years ago
.gitignore 61cfd8d4df Start to refactor the project so the slug results use the same codebase as the main part of the package. 2 years ago
.python-version 61cfd8d4df Start to refactor the project so the slug results use the same codebase as the main part of the package. 2 years ago
Makefile 92cc17a2e5 Migrate over the rest of the original necessary stub apis for the frontend to work. 2 years ago
README.org cdffb137c8 Add a quickstart to the README. 2 years ago
pyproject.toml 61cfd8d4df Start to refactor the project so the slug results use the same codebase as the main part of the package. 2 years ago

README.org

About

med-fe is a backend written in Python using Pyramid.

MED Enterprise Dashboard is a web application for managing medical enterprise data.

Please consider MED Enterprise Dash in alpha state for now.

https://notabug.org/med

Quickstart



git clone https://notabug.org/med/med.git && cd med
make venv
source ./var/venv/bin/activate
make run

License

Distributed under the AGPLv3+.

Acknowledgments

favicons
https://favicon.io/emoji-favicons/medical-symbol/

Roadmap

The following lists the tentative development plans.

TODO For version 1.0.0a

  • Finish adding static, stub APIs for the frontend.

TODO For version 1.0.0

  • Add the home page, independent from med-fe.
  • Add the login pages, independent from med-fe.

TODO For version 1.1.0

  • Add support for mymed, an unimplemented frontend for non-medical
  • staff to check their records and appointments.

TODO Misc

  • Migrate original features from the old repo

TODO Replace the demo CAS Server

In the future, MED will include a docker container to deploy a local instance for development. Currently, the repository uses the example server, kindly provided here:

https://djangocas.dev/blog/python-cas-flask-example/

username: admin password: django-cas-ng