Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long-Term Roadmap: #1055

Open
4 tasks
mizlan opened this issue Jun 1, 2023 · 1 comment
Open
4 tasks

Long-Term Roadmap: #1055

mizlan opened this issue Jun 1, 2023 · 1 comment

Comments

@mizlan
Copy link
Member

mizlan commented Jun 1, 2023

The following I believe will be important for the long-term health of the project, by 1. future-proofing the code, 2. making onboarding easier, and 3. guaranteeing a consistent user-facing design language.

  • (Incremental) Migration to TypeScript
  • Incorporate a component library for consistent UI (e.g., Mantine UI) (can also be incrementally adopted)
    • Eventually drop Bootstrap as a dependency
  • Rewrite all tests with React Testing Library and drop Enzyme as a dependency
  • Switch from Redux map{State,Dispatch}ToProps to useSelector and useDispatch, incorporate Redux Toolkit (Swap to Redux Toolkit #948)
@mizlan mizlan pinned this issue Jun 1, 2023
@mizlan
Copy link
Member Author

mizlan commented Mar 3, 2024

Current state:

  • We have successfully migrated ~20% of the codebase to TypeScript.
  • No component library, also might not be the best idea. Can use shadcn/ui if we ever incorporate Tailwind. Maybe drop bootstrap as a dependency as well.
  • Just deleted all tests. The tests weren't really helpful anyway.
  • Redux modernization is the biggest next goal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant