Report incident is currently hardcoded to set reportedBy to some user instead of the currently logged in user's id. This needs to be corrected to user the current user id from the redux store.
🐛bug
issue/pull request that documents/fixes a bug
in progress
indicates that issue/pull request is currently being worked on
good first issue
indicates an issue is good for a first time contributor
incidents
The CHT Core Framework makes it faster to build responsive, offline-first digital health apps that equip health workers to provide better care in their communities. It is a central resource of the Community Health Toolkit.
Vue Pouch DB is a VueJS Plugin that binds PouchDB with Vue and keeps a synchronised state with the database. Has support for Mango queries which are processed locally within the VuePouchDB state.
Decentralized, Offline-first, Personal Information Manager (PIM) using PouchDB/CouchDB. Includes task-, note-, and contact-management, as well as journaling.
Report incident is currently hardcoded to set
reportedBy
to some user instead of the currently logged in user's id. This needs to be corrected to user the current user id from the redux store.To Reproduce