Develop - #39
Open
FireByteApplications wants to merge 48 commits into
Open
Conversation
Signed-off-by: jordancj <jordan-cj998@hotmail.com>
Signed-off-by: jordancj <jordan-cj998@hotmail.com>
Signed-off-by: jordancj <jordan-cj998@hotmail.com>
Updated dependencies and vulnerability fixes
* security: dependency vulnerability fixes (#19) * Change couple non op to op activities * package and dependency update * Update support for feature branch in workflow * fix Typo * add feature branch to dev api workflow * Update logic frontend * Update deps and change attendance types * Update deps and change attendance types * remove docker files * Update deps and change attendance types * Update deps and change attendance types --------- Signed-off-by: FireByte Applications <53253862+FireByteApplications@users.noreply.github.com>
* update cookies * Fix typo in incident sanitisation
* update cookies * Fix typo in incident sanitisation * Added support for community engagement and removed old role mechanics * update deps * Eslint major update * Update Vite React Tooling
* update cookies * Fix typo in incident sanitisation * Added support for community engagement and removed old role mechanics * update deps * Eslint major update * Update Vite React Tooling * node types and typescript major updates * remove unused packages * Change from exceljs to write-excel-file * Update Lockfile * Update package file
* update cookies * Fix typo in incident sanitisation * Added support for community engagement and removed old role mechanics * update deps * Eslint major update * Update Vite React Tooling * node types and typescript major updates * remove unused packages * Change from exceljs to write-excel-file * Update Lockfile * Update package file * Regenerate API Lockfile
* update cookies * Fix typo in incident sanitisation * Added support for community engagement and removed old role mechanics * update deps * Eslint major update * Update Vite React Tooling * node types and typescript major updates * remove unused packages * Change from exceljs to write-excel-file * Update Lockfile * Update package file * Regenerate API Lockfile * Update sanitization and formatting to be consistent * Tighten sanistisation * Add different coloured navbar in dev * Update sanitisation, implement features and bug fixes, change dev navbar design * add required to fields
* update cookies * Fix typo in incident sanitisation * Added support for community engagement and removed old role mechanics * update deps * Eslint major update * Update Vite React Tooling * node types and typescript major updates * remove unused packages * Change from exceljs to write-excel-file * Update Lockfile * Update package file * Regenerate API Lockfile * Update sanitization and formatting to be consistent * Tighten sanistisation * Add different coloured navbar in dev * Update sanitisation, implement features and bug fixes, change dev navbar design * add required to fields * Fix event deletion bug, clean deletion button --------- Signed-off-by: FireByte Applications <53253862+FireByteApplications@users.noreply.github.com>
* update cookies * Fix typo in incident sanitisation * Added support for community engagement and removed old role mechanics * update deps * Eslint major update * Update Vite React Tooling * node types and typescript major updates * remove unused packages * Change from exceljs to write-excel-file * Update Lockfile * Update package file * Regenerate API Lockfile * Update sanitization and formatting to be consistent * Tighten sanistisation * Add different coloured navbar in dev * Update sanitisation, implement features and bug fixes, change dev navbar design * add required to fields * Fix event deletion bug, clean deletion button * add deletion for non incident events, fix sanitization * Fix backend sanitisation * Change role reporting formatting fix conflicts * Remove dev logs --------- Signed-off-by: FireByte Applications <53253862+FireByteApplications@users.noreply.github.com>
* update cookies * Fix typo in incident sanitisation * Added support for community engagement and removed old role mechanics * update deps * Eslint major update * Update Vite React Tooling * node types and typescript major updates * remove unused packages * Change from exceljs to write-excel-file * Update Lockfile * Update package file * Regenerate API Lockfile * Update sanitization and formatting to be consistent * Tighten sanistisation * Add different coloured navbar in dev * Update sanitisation, implement features and bug fixes, change dev navbar design * add required to fields * Fix event deletion bug, clean deletion button * add deletion for non incident events, fix sanitization * Fix backend sanitisation * Change role reporting formatting fix conflicts * Remove dev logs * cleanup --------- Signed-off-by: FireByte Applications <53253862+FireByteApplications@users.noreply.github.com>
* update cookies * Fix typo in incident sanitisation * Added support for community engagement and removed old role mechanics * update deps * Eslint major update * Update Vite React Tooling * node types and typescript major updates * remove unused packages * Change from exceljs to write-excel-file * Update Lockfile * Update package file * Regenerate API Lockfile * Update sanitization and formatting to be consistent * Tighten sanistisation * Add different coloured navbar in dev * Update sanitisation, implement features and bug fixes, change dev navbar design * add required to fields * Fix event deletion bug, clean deletion button * add deletion for non incident events, fix sanitization * Fix backend sanitisation * Change role reporting formatting fix conflicts * Remove dev logs * cleanup * fix incorrect query --------- Signed-off-by: FireByte Applications <53253862+FireByteApplications@users.noreply.github.com>
* update cookies * Fix typo in incident sanitisation * Added support for community engagement and removed old role mechanics * update deps * Eslint major update * Update Vite React Tooling * node types and typescript major updates * remove unused packages * Change from exceljs to write-excel-file * Update Lockfile * Update package file * Regenerate API Lockfile * Update sanitization and formatting to be consistent * Tighten sanistisation * Add different coloured navbar in dev * Update sanitisation, implement features and bug fixes, change dev navbar design * add required to fields * Fix event deletion bug, clean deletion button * add deletion for non incident events, fix sanitization * Fix backend sanitisation * Change role reporting formatting fix conflicts * Remove dev logs * cleanup * fix incorrect query --------- Signed-off-by: FireByte Applications <53253862+FireByteApplications@users.noreply.github.com>
* update cookies * Fix typo in incident sanitisation * Added support for community engagement and removed old role mechanics * update deps * Eslint major update * Update Vite React Tooling * node types and typescript major updates * remove unused packages * Change from exceljs to write-excel-file * Update Lockfile * Update package file * Regenerate API Lockfile * Update sanitization and formatting to be consistent * Tighten sanistisation * Add different coloured navbar in dev * Update sanitisation, implement features and bug fixes, change dev navbar design * add required to fields * Fix event deletion bug, clean deletion button * add deletion for non incident events, fix sanitization * Fix backend sanitisation * Change role reporting formatting fix conflicts * Remove dev logs * cleanup * fix incorrect query * Add better csrf token management * Retrospective attendance from role assignment --------- Signed-off-by: FireByte Applications <53253862+FireByteApplications@users.noreply.github.com>
* update cookies * Fix typo in incident sanitisation * Added support for community engagement and removed old role mechanics * update deps * Eslint major update * Update Vite React Tooling * node types and typescript major updates * remove unused packages * Change from exceljs to write-excel-file * Update Lockfile * Update package file * Regenerate API Lockfile * Update sanitization and formatting to be consistent * Tighten sanistisation * Add different coloured navbar in dev * Update sanitisation, implement features and bug fixes, change dev navbar design * add required to fields * Fix event deletion bug, clean deletion button * add deletion for non incident events, fix sanitization * Fix backend sanitisation * Change role reporting formatting fix conflicts * Remove dev logs * cleanup * fix incorrect query * Add better csrf token management * Retrospective attendance from role assignment * Align eventType --------- Signed-off-by: FireByte Applications <53253862+FireByteApplications@users.noreply.github.com>
|
|
||
| const MAX_ROWS = 50000; | ||
|
|
||
| const recordsCursor = recordsCollection.find(query).limit(MAX_ROWS + 1); |
Comment on lines
+33
to
+36
| const existingEvent = await eventsCollection.findOne({ | ||
| eventType: activity, | ||
| eventDate | ||
| }); |
* update cookies * Fix typo in incident sanitisation * Added support for community engagement and removed old role mechanics * update deps * Eslint major update * Update Vite React Tooling * node types and typescript major updates * remove unused packages * Change from exceljs to write-excel-file * Update Lockfile * Update package file * Regenerate API Lockfile * Update sanitization and formatting to be consistent * Tighten sanistisation * Add different coloured navbar in dev * Update sanitisation, implement features and bug fixes, change dev navbar design * add required to fields * Fix event deletion bug, clean deletion button * add deletion for non incident events, fix sanitization * Fix backend sanitisation * Change role reporting formatting fix conflicts * Remove dev logs * cleanup * fix incorrect query * Add better csrf token management * Retrospective attendance from role assignment * Align eventType * Align with change in eventType value for incident --------- Signed-off-by: FireByte Applications <53253862+FireByteApplications@users.noreply.github.com>
Comment on lines
+76
to
+79
| const incidentEvent = await eventsCollection.findOne({ | ||
| eventType: "Incident-Call", | ||
| eventNumber | ||
| }); |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add role management.