generated from nishkohli96/react-node-ts-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MongoDB Seeders, Mui DataGrid and migration to v6 (#3)
* setup seeder workspace * db insert done * apply first migration * mongo seeders to esm mongo seeders to esm * update seeders to read from json file * def app schema, get dummy data * update people collection * wip * run seeders on db * create models package * def person route in express server * demo setup of people data grid * mongoose virtuals wip * integrate seeding DB * people avatar * change person avatar * theming in react-client * table formatting wip * wip * wip * upgrade mui to v6 * datagrid styling * add env config in migrate-mongo * datatable props wip * grid sizing wip * wip * add comments on rowHeight * wip * paginate model almost done * optimize wip * pagination updated * CustomNoRowsOverlay * update rows * set filterModel * debounce filtering and handle edge cases * def salary in person model, seeder * check sortKeys typeguard * filter conditions wip * date filter conditions eval wip * date filter conditions done * starting to test filters * handle numbers * clear filters, rm unnecessary filters on virtuals fields * add cases for virtuals field * address.houseNo from number to string * case insenstivity for "isAnyOf" condition * fix filter selection issue * add person page initial setup * update eslint and rhf-mui, Person form design done * wip * person forms setup done * add person api done * person crud api done * code cleanup * minor changes * error-boundary component * fix lint errs * upgrade turborepo and mui --------- Co-authored-by: nishant.kohli <[email protected]>
- Loading branch information
1 parent
3e59a71
commit e13136f
Showing
129 changed files
with
6,288 additions
and
10,386 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
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,2 +1,4 @@ | ||
NODE_ENV= | ||
PORT= | ||
PORT= | ||
DB_URL= | ||
DB_NAME= |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"watch": ["src/"], | ||
"ext": "js,ts,json,yml,yaml", | ||
"ignore": ["*.test.{js,ts}", "node_modules/"] | ||
} |
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.