-
Notifications
You must be signed in to change notification settings - Fork 36
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
7 changed files
with
243 additions
and
65 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
### TODOs | ||
| Filename | line # | TODO | ||
|:------|:------:|:------ | ||
| gulpfile.js | 146 | Add gulp-banner to add GNU GPL nitice on every js file. | ||
| gulpfile.js | 146 | Add gulp-banner to add GNU GPL notice on every js file. | ||
| controllers/Initialize.js | 18 | Test initialize controller | ||
| controllers/Users.js | 9 | Test buildProjection function | ||
| controllers/Users.js | 112 | Test limiting | ||
| controllers/Users.js | 113 | Test that response contains count of total record for the query | ||
| controllers/Users.js | 114 | Test that the last document Id in the return array of documents is in the response | ||
| controllers/Users.js | 115 | Test that sorting works | ||
| controllers/Users.js | 116 | Test that projection works | ||
| controllers/Users.js | 117 | Test that populating works | ||
| controllers/Users.js | 118 | Test that date range works | ||
| controllers/Users.js | 216 | Finish users controller | ||
| controllers/Users.js | 217 | Finish users route | ||
| controllers/Users.js | 218 | Test that any deleted data is backed up | ||
| routes/index.js | 213 | Implement API Generator | ||
| controllers/Users.js | 13 | Test buildProjection function | ||
| controllers/Users.js | 116 | Test limiting | ||
| controllers/Users.js | 117 | Test that response contains count of total record for the query | ||
| controllers/Users.js | 118 | Test that the last document Id in the return array of documents is in the response | ||
| controllers/Users.js | 119 | Test that sorting works | ||
| controllers/Users.js | 120 | Test that projection works | ||
| controllers/Users.js | 121 | Test that populating works | ||
| controllers/Users.js | 122 | Test that date range works | ||
| controllers/Users.js | 295 | Test users controller | ||
| controllers/Users.js | 296 | Finish users route | ||
| controllers/Users.js | 297 | Test that any deleted data is backed up | ||
| routes/index.js | 214 | Implement API Generator | ||
| routes/initialize.js | 10 | Test initialize route | ||
| services/encryption/index.js | 40 | Generate checksum here | ||
| services/queue/clock.js | 11 | work on a clock functionality so kue can support scheduled jobs | ||
| services/queue/jobs.js | 75 | Add webhook Job here | ||
| services/queue/workers.js | 18 | Add Webhook worker here | ||
| services/encryption/index.js | 40 | Generate checksum here | ||
| services/queue/jobs.js | 80 | Test saveToTrash job | ||
| services/queue/jobs.js | 93 | Test Webhook Event | ||
| services/queue/jobs.js | 137 | Test Secure Webhooks | ||
| services/queue/jobs.js | 144 | Test Unsecure Webhooks |
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
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
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