-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API Caching, core-mailer and more!! (#559)
* added markdown editor with save feature * basic Emailer integration done * feat: added user registration page (registration-admin) (#507) * trial push * added button * modal added * added modal form fields * removed unnecessary code * added chakra-ui * form field display (error not fixed) * feat: Added participand routes and hooks for registration-admin * Did something * proper post reuest set * feat: added route for participant form submission in registration-admin * registration completed * Registration complete page added * added cookie to check registration * added endOfLine to prettier * removed eol from prettier --------- Co-authored-by: aaron-6960 <138325645+aaron-6960@users.noreply.github.com> Co-authored-by: aaron-6960 <aaroongeorge2005@gmail.com> Co-authored-by: Subramani E <93091455+subru-37@users.noreply.github.com> * Build issues fixed * Fix: Runtime error solved (#542) * Fix:Runtime error solved * Fix:Runtime error solved (#539) * Revert "Fix:Runtime error solved (#539)" (#540) This reverts commit 0e5b35b. --------- Co-authored-by: Subramani E <93091455+subru-37@users.noreply.github.com> * feat: added verification for html content in sendOTP and changed body to pass projecId instead of raw html (#543) * query-cache * integrated /core/users/mycreds in react-query * added key for useGetQuery * fixed cache kery error * assigned route work * changed some of the routes from get to useGetQuery (#545) * Added API caching for multiple routes and verified build * added bundle analyzer * added bundle analyzer * verified build and replaced routes with cached routes * Implementing API caching (#547) * query-cache * integrated /core/users/mycreds in react-query * added key for useGetQuery * fixed cache kery error * assigned route work * changed some of the routes from get to useGetQuery (#545) * Added API caching for multiple routes and verified build * added bundle analyzer * added bundle analyzer * verified build and replaced routes with cached routes --------- Co-authored-by: Aaron-53 <138325645+Aaron-53@users.noreply.github.com> * integrated useGetQuery in some routes (#550) * integrated useGetQuery in some routes * fixed useGetQuery usage for some routes * Add: viewing Email sent and not sent (#557) * Fix:Runtime error & Add:Single participant * Fix:Runtime error & Add:single participant * Add:viewing email recipients * add:font size increased * Added cache invalidation * build verified * build verified * finishing up with API caching * finishing up with API caching * verified build * removed unused libs and verified build * added docker build for branch mvp * Build verified * solved a lot of unmet peer dependency issues * Merge conflicts solved * verified build and merge --------- Co-authored-by: Midhun Unni <96683120+midhununni457@users.noreply.github.com> Co-authored-by: aaron-6960 <138325645+aaron-6960@users.noreply.github.com> Co-authored-by: aaron-6960 <aaroongeorge2005@gmail.com> Co-authored-by: Krishnan E <111748631+krishnanx@users.noreply.github.com> Co-authored-by: Aaron-53 <138325645+Aaron-53@users.noreply.github.com>
- Loading branch information
1 parent
d3ef109
commit 6431eb6
Showing
44 changed files
with
15,699 additions
and
848 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 |
---|---|---|
|
@@ -4,6 +4,7 @@ on: | |
push: | ||
branches: | ||
- main | ||
- mvp | ||
|
||
jobs: | ||
build-and-push-core-admin: | ||
|
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
Oops, something went wrong.