File size: 996 Bytes
629b3ac eac929d baec762 30b5747 eac929d 5fd0892 baec762 eac929d baec762 629b3ac 30b5747 baec762 30b5747 5fd0892 baec762 5fd0892 baec762 5fd0892 eac929d baec762 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
---
title: Digiwild
emoji: 🏢
colorFrom: purple
colorTo: green
sdk: docker
pinned: false
short_description: Digiwild
---
# digiwild
## Docker
``` bash
docker build -t ordes/digiwild .
```
``` bash
docker run -it -p 7860:7860 ordes/digiwild
```
``` bash
cd /digiwild/app
python3 main.py
```
### How to develop on docker
``` bash
docker run -it -p 7860:7860 -v $(pwd):/home/user/digiwild/ ordes/digiwild
```
## TODO
- [x] Change `wounded` to `wounded / sick`
- [x] Info formatting
- [ ] Use in memory object instead of files to avoid writting / reading problems.
- [ ] Connection to a database? Maybe an open MongoDB
- [x] GPS Compatibility
- [x] New fields suggested: Number individuals, Species, Comments
- [ ] Save new fields values into the JSON. Perform validation too.
- [ ] Add info and placeholder information to the different components.
## Needs
- Camera with multiples pictures?
- Uploading of pics
- GPS location
- Comments
- Symptomps selection (Dropdown)
## PR Updates |