nodejs-starter-kit
nodejs-starter-kit copied to clipboard
A Universal Javascript Starter Kit to satisify all you Web / App needs!
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0. Changelog Sourced from jsonwebtoken's changelog. 9.0.0 - 2022-12-21 Breaking changes: See Migration from v8 to v9 Breaking changes Removed support for Node versions 11...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [knex](https://github.com/knex/knex) from 0.14.6 to 2.4.0. Release notes Sourced from knex's releases. 2.4.0 New features: Support partial unique indexes #5316 Make compiling SQL in error message optional #5282 Bug fixes...
**What's the problem this PR addresses?** ... **How did you fix it?** ...
Used AntD components to make user profile
- [ ] Use `@loadable/components` to load all components and libraries - [ ] Add a fallback spinner when loadable takes more than say `200ms` - [ ] Next Generation...
## Currently look module contains a reusable iteration of antd components but not all of them. ### Steps- - Choose the correct version.  - See if component is already...
- [ ] should have ability to redirect according to a url parameter (?return_to="some_url"), - [ ] delay mutations till after login/signup
Implement live editing for quiz add form. - [x] Quiz mutation- to be called while opening quiz add form and quiz to be passed to the form itself. - [x]...