https://github.com/hacknlove/openfight
Public health webapp
https://github.com/hacknlove/openfight
Last synced: about 1 year ago
JSON representation
Public health webapp
- Host: GitHub
- URL: https://github.com/hacknlove/openfight
- Owner: hacknlove
- License: gpl-3.0
- Created: 2020-03-15T02:52:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:42:36.000Z (over 3 years ago)
- Last Synced: 2024-10-10T02:57:03.197Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://openfight.now.sh
- Size: 3.07 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OpenFight v1.0.0 WIP
# Introduction
The main goal of this project is to be as easily customizable as possible, so every community (nation, city, or whatever) that needs an application allow their members to have access to quick an auto-diagnosis tool, and at the same time that allows the community to gather big-data around the propagation of the disease, could just adapt the tests, symptoms and formulas to their own needs, without having to develop a whole thing from scratch.
All the texts are placed in the folder `translations/` where there is a folder for each view, and other more for the common things.
The language picker is configured in `config/languages.js`, there you can select the available languages, and the url correspondant to each view.
The symptoms are configured in `config/symptoms.js`, currently there are only two types of components, select and slider.
The file `config/diagnosis.js` manage how the diagnosis is computed.
In the file `config/bigData.js` will be placed the settings on how the data is shared.
The style can be tuned with the files `config/pre-style.sass` that is loaded before any other `.sass` and can be used to initialize bulma variables, and the file `config/post-style.sass` that is the last `sass` loaded so you can override whatever you want.
The assets, like logos, images and fonts, go in the folder `public`
With all this, I hope you do not need to go to `src/` and work with the main code. Bou if you do that, you are very welcome to bring your improvements back, so more people can enjoy them.
# Local deployment, for development.
Please calm. I'm still working on the code and the documentation.