No description
Find a file
2020-02-11 09:40:56 +01:00
client json circleref problem uncovered 2020-02-10 11:48:38 +01:00
Controllers add project/id/setmembers, removemembers, getmembers endpoints 2020-02-11 09:40:56 +01:00
Data first commit 2020-02-05 22:41:50 +01:00
Models add project/id/setmembers, removemembers, getmembers endpoints 2020-02-11 09:40:56 +01:00
Properties first commit 2020-02-05 22:41:50 +01:00
.DS_Store first commit 2020-02-05 22:41:50 +01:00
.gitignore switch to Newtonsoft.Json and config ti avoid cycle errors 2020-02-10 23:22:48 +01:00
appsettings.Development.json first commit 2020-02-05 22:41:50 +01:00
appsettings.json first commit 2020-02-05 22:41:50 +01:00
Program.cs first commit 2020-02-05 22:41:50 +01:00
README.md add project/id/setmembers, removemembers, getmembers endpoints 2020-02-11 09:40:56 +01:00
Startup.cs switch to Newtonsoft.Json and config ti avoid cycle errors 2020-02-10 23:22:48 +01:00
TicketManager.csproj switch to Newtonsoft.Json and config ti avoid cycle errors 2020-02-10 23:22:48 +01:00

TicketManager

Software Requirement System

API Documentation

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 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