Aegis is a way to ensure the safety of your most important asset, people.
This application aims to provide a way to manage employee contact info, org charts, and initiate recalls to ensure the safety of your people.
It is designed to be crowd-sourced, meaning individuals have control over their own information.
Play with the application here.
Coming soon
- Brandon Swenson- Initial work - bmswens
This project is licensed under the MIT License - see the LICENSE file for details
- Why write a custom
<APIContextProvider>
over using Dexie'suseLiveQuery()
?- It will provide an easier interface to integrate in with a custom backend, once that's built.
- It can make the testing process easier as we can mock the api in any given state.
- It would might make sense to convert it to a custom hook.