No description
Find a file
dependabot[bot] c2cbc6df31
Bump word-wrap from 1.2.3 to 1.2.4 in /client (#32)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-19 09:23:18 +02:00
client Bump word-wrap from 1.2.3 to 1.2.4 in /client (#32) 2023-07-19 09:23:18 +02:00
Controllers Account (#5) 2020-05-06 21:51:06 +02:00
Data Added TicketDTO, AppUserDTO. Updated controllers to output DTOs 2020-02-25 17:48:13 +01:00
Migrations pulling react 2020-04-18 14:59:35 +02:00
Models error handling project and ticket submit forms 2020-05-05 15:39:31 +02:00
Resources pull signin 2020-05-05 17:20:05 +02:00
Scripts Updated SetProjectsMembers to take Guid list as arg 2020-02-27 17:34:54 +01:00
Tests/TicketManager.Tests Merge branch 'backend' of https://github.com/rjNemo/ticket_manager 2020-04-18 14:58:08 +02:00
.gitignore Account (#5) 2020-05-06 21:51:06 +02:00
app.db Account (#5) 2020-05-06 21:51:06 +02: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 Merge branch 'backend' of https://github.com/rjNemo/ticket_manager 2020-04-18 14:58:08 +02:00
README.md settings 2020-05-05 18:44:21 +02:00
Startup.cs Installed Material-Ui; Created Sign up page; General styling 2020-04-01 16:37:09 +02:00
TicketManager.csproj Bump Microsoft.AspNetCore.Authentication.JwtBearer from 3.0.2 to 3.1.18 (#14) 2021-09-07 10:47:31 +02: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
  • Hosting: Microsoft Azure
  • 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
  • think about public/private DTO's constructor, getters and setters
  • write dtos without circular dependencies.
  • use dtoRequest for PutProjects
  • render avatarlist after UserModal Update
  • Form validators
  • API deployed to Azure
  • Front-end deployment: build first then use ssh …
  • Azure
  • Refactor TabPanels code
  • Refactor Lists code
  • Query project members in UserPage
  • Query progression info in UserPage
  • Add info fields in New Ticket Form
  • Filter users in Users Modal
  • EditForms for Project and Ticket
  • Admin Page
  • Use auth0 user info to create appUser account