No description
Find a file
2020-02-25 14:19:44 +01:00
client use switch statement in error controller. Added submit button in modal form. Changed appusers endpoint to users 2020-02-24 10:27:13 +01:00
Controllers - 2020-02-25 14:19:44 +01:00
Data - 2020-02-25 14:19:44 +01:00
DataTransfertObjects projectPage fetch unauthenticated API 2020-02-21 14:07:43 +01:00
Models - 2020-02-25 14:19:44 +01:00
Properties generic and project repository done 2020-02-17 18:34:10 +01:00
Scripts use switch statement in error controller. Added submit button in modal form. Changed appusers endpoint to users 2020-02-24 10:27:13 +01:00
Tests/TicketManager.Tests - 2020-02-25 14:19:44 +01:00
.gitignore use switch statement in error controller. Added submit button in modal form. Changed appusers endpoint to users 2020-02-24 10:27:13 +01:00
appsettings.Development.json first commit 2020-02-05 22:41:50 +01:00
appsettings.json Set API authentication using Auth0. API endpoints require Authorized JWT 2020-02-19 22:47:41 +01:00
Program.cs preparation to api testing with postman 2020-02-11 15:02:41 +01:00
README.md use switch statement in error controller. Added submit button in modal form. Changed appusers endpoint to users 2020-02-24 10:27:13 +01:00
Startup.cs - 2020-02-25 14:19:44 +01:00
TicketManager.csproj pull last changes 2020-02-25 11:20:19 +01:00
TicketManager.sln - 2020-02-15 21:39:00 +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
  • Async model methods ?
  • update assignments automatically from context
  • use PATCH instead of PUT
  • logging
  • check useRef, useReducer, dispatch
  • error page redirect when offline.
  • ticket/files/activities list placeholders when empty