ticket_manager/README.md

39 lines
937 B
Markdown

# TicketManager
## Software Requirement System
- [Follow the link](https://docs.google.com/presentation/d/1Gunf5MRJ_KcoFwo0x_vV8YVHnf9l0V8n7BiJGz6p4cI/edit?usp=sharing)
## API Documentation
- [Internal Link. Don't forget to update](https://localhost:5001/swagger/index.html)
## Features
## Supports
- Web
- Progressive Web App
- Mobile
## Technical Stack
- `React` client on the front-end (TypeScript)
- [Materialize](https://materializecss.com) CSS librairy for styling
- API: Newtonsoft.Json, to avoid cycle errors
- Hosting: ?
- Authentication : [Auth0](https://auth0.com/)
- Analytics : Google Analytics & Mixpanel
## Versions
### Features in v.0.1
## TO DO
- Write backend tests
- Reinitialize db
- Write Project SetMembers Method and related API endpoint code
- Write Project GetMembers Method and related API endpoint code
- Ensure Tickets Edits belong to Project Edits
- Ensure Tickets Files belong to Project Files