mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-06 00:36:39 +00:00
No description
| client | ||
| Controllers | ||
| Data | ||
| Models | ||
| Properties | ||
| .DS_Store | ||
| .gitignore | ||
| appsettings.Development.json | ||
| appsettings.json | ||
| Program.cs | ||
| README.md | ||
| Startup.cs | ||
| TicketManager.csproj | ||
TicketManager
Software Requirement System
API Documentation
Features
Supports
- Web
- Progressive Web App
- Mobile
Technical Stack
Reactclient on the front-end (TypeScript)- Materialize CSS librairy for styling
- API: Newtonsoft.Json, to avoid cycle errors
- Hosting: ?
- Authentication : Auth0
- Analytics : Google Analytics & Mixpanel
Versions
Features in v.0.1
TO DO
- Write API tests using Postman: request + test, environment variables, mock server
- Annotate API request in controllers
- Annotate Properties in Models
- Write backend tests
- Ensure Tickets Edits belong to Project Edits
- Ensure Tickets Files belong to Project Files
- Write a query class to refactor code and optimize perf on get queries (AsNoTracking)