-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
4 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,9 @@ | ||
# TODO | ||
|
||
- (alec) fix domains tests | ||
- (Alec) check prometheus Counter | ||
- check prometheus Counter | ||
- Fix types in errorResult and sendFailure so we don't have to use ANY | ||
- Refactor domain sign handler to use db transactions properly | ||
- refactor authorization function with the new account model | ||
- resolve FAKE_URL for request url | ||
- Search for TODO comments for things to fix after load test | ||
- (nice to have) Refactor Combiner to be similar than signer (kill IO, Controller, Action) | ||
- Make caching config parameters configurable by environment | ||
- TODO comments | ||
|
||
## Done | ||
|
||
✔️ extract resultHandler() out of each handler, into the createHandler on server.ts | ||
✔️ correct Locals Type (logger should not be an ANY) | ||
✔️ (mariano) Implement chaching Account Service | ||
✔️ (mariano) Check Tracing Calls | ||
✔️ trace signature timeg | ||
✔️ (Mariano) remove catchErrorHandler2 (move it catchErrorHandler) | ||
✔️ Type Handler so Response has the correct Response Type | ||
✔️ Type Handlers so that Request is the proper type, or better use the "isValid Request" function | ||
✔️ fix primary key in requests table | ||
✔️ drop legacy tables | ||
- TODO comments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
packages/phone-number-privacy/signer/scripts/local-load-test.ts
This file was deleted.
Oops, something went wrong.