# Why
- To-Do section and items needed to be updated.

# What Changed
- [-] `Migrate to MSAL.js` and `Update dockerfile`
- [+] To-Do sections `Client`, `Service`, and `Miscellaneous`
- [+] `Implement ApiConventions` to Service to-dos

# How Tested
- n/a
This commit is contained in:
Ben Carpenter 2022-10-13 14:11:39 -07:00 коммит произвёл GitHub
Родитель 2b1624c5bc
Коммит 30a10756f8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 6 удалений

Просмотреть файл

@ -49,12 +49,14 @@ npm start
2. `dotnet ef migrations remove`
# To-Do
1. Migrate to MSAL.js
2. Include Authentication and Authorization logic
3. Update dockerfile
4. Move away from localdb
5. Create a CLI setup wizard
### Client
- No current items
### Service
- Include `Authentication` and `Authorization` logic
- Move away from `localdb`
- Implement `ApiConventions`
### Miscellaneous
- Create a CLI setup wizard
# Contributing