tutorbook
tutorbook copied to clipboard
Web app that helps schools and nonprofits connect students with expert mentors and volunteer tutors.
Bumps [sharp](https://github.com/lovell/sharp) from 0.29.3 to 0.30.5. Changelog Sourced from sharp's changelog. v0.30.5 - 23rd May 2022 Install: pass PKG_CONFIG_PATH via env rather than substitution. @dwisiswant0 Add support for --libc flag...
Bumps [next](https://github.com/vercel/next.js) from 12.0.7 to 12.1.0. Release notes Sourced from next's releases. v12.1.0 Core Changes Relay Support in Rust Compiler: #33702 fix eslint link-passhref rule: #33857 update webpack: #33831 Flush...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Fixes TB-136 and TB-131
Fixes TB-139
Instead of declaring a type and then declaring the JSON validator for that type separately, I should use a library like [`zod`](https://github.com/colinhacks/zod) to only do it once (and then have...
I probably want to replace my custom `useClickOutside` hook with something from [`react-cool-onclickoutside`](https://github.com/wellyshen/react-cool-onclickoutside).
The `RecurSelect` should overflow out of the `CalendarDialog` instead of being contained by it: https://user-images.githubusercontent.com/20798889/118386402-1da15400-b5cc-11eb-80ed-77ef0cd81a03.mp4
Meetings have tracking statuses (new, pending, logged, approved, etc): - [ ] CRON job (every 15 mins) that updates status on meetings from past 24 hrs (from CREATED to PENDING)...
When booking a new meeting, parents should see a drop-down menu of their existing children (if they're signed in and have already booked for a child before). That way, they...