-
Notifications
You must be signed in to change notification settings - Fork 0
Description
- https://github.com/reaviz/reaflow
- https://github.com/reaviz/reagraph
- https://github.com/seek-oss/capsize
- https://github.com/woltapp/blurhash
- https://github.com/ingram-projects/animxyz
- https://fullcalendar.io/demos
- pretty sure this was a copypasta out of one of the txt file todos when migrating the prototype; most of these have been completed
// TODO: moving shit into devDeps causes rendering errors?
// TODO: continue to add jsdocs to all fns, components, etc n things
// TODO: enable top level await in webopack: https://marmelab.com/blog/2021/07/22/cra-webpack-no-eject.html
// TODO: run this periodically: https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#removing-unused-react-imports
// ^ yarn dlx react-codemod update-react-imports
// ^ https://github.com/reactjs/react-codemod
// TODO: set Library dir as a project reference: https://www.typescriptlang.org/docs/handbook/project-references.html
// check this: https://github.com/tsmodule/tsmodule#installation
// TODO: read this https://github.com/microsoft/TypeScript/wiki/Performance#writing-easy-to-compile-code
// TODO: https://github.com/microsoft/TypeScript-Handbook/blob/master/pages/tutorials/tsconfig.json.md#types-typeroots-and-types
// TODO: add validator.js for all form validation
// TODO: setup service worker for offline responses from localstorage
// TODO: BFF returns 400 on bad data, show these errors next to the fields in the form
// TODO: avatar img in app header doesnt show after login
// TODO: axios throws response.code === "ERR_NETWORK" if unable to reach e.g. BFF service
// TODO: if a user is logged in, but that user doesnt exist, log the player out
// TODO: implement search asap
// TODO: dissallow ALL DASHES in names in everything, but allow spaces, fks up our IDs as we use the names for too many things
// TODO: in routes that require authnz, redirect to home if it doesnt exist
// TODO: when you insert bad data on player play, it keeps redirecting you to the faulty player screen
// TODO: update dissalowed chars in object names: ,-/% etc basically anything that isnt alphanumeric
// TODO: theres a lot of duplication in the objectProfile components
// ^ need to start moving shiz into the Library and reuse it
Metadata
Metadata
Assignees
Labels
Type
Projects
Status