No description
Find a file
2020-02-15 22:05:00 +01:00
client merging backed 2020-02-10 11:54:37 +01:00
Controllers pull backend to master 2020-02-15 22:05:00 +01:00
Data appuser model & endpoints done 2020-02-12 08:13:32 +01:00
Models pull backend to master 2020-02-15 22:05:00 +01:00
Properties first commit 2020-02-05 22:41:50 +01:00
.gitignore pull backend to master 2020-02-15 22:05:00 +01:00
appsettings.Development.json first commit 2020-02-05 22:41:50 +01:00
appsettings.json preparation to api testing with postman 2020-02-11 15:02:41 +01:00
Program.cs preparation to api testing with postman 2020-02-11 15:02:41 +01:00
README.md pull backend to master 2020-02-15 22:05:00 +01:00
Startup.cs ticket model & endpoints done 2020-02-12 18:19:03 +01:00
TicketManager.csproj preparation to api testing with postman 2020-02-11 15:02:41 +01:00

TicketManager

Software Requirement System

API Documentation

v1

Features

Supports

  • Web
  • Progressive Web App
  • Mobile

Technical Stack

  • React client 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
  • Have a Look at typeahead component
  • 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)
  • Async model methods ?
  • setMembers & removeMembers from project api not working