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

Polish Wasp after the 0.12.0 release #1850

Open
sodic opened this issue Mar 4, 2024 · 0 comments
Open

Polish Wasp after the 0.12.0 release #1850

sodic opened this issue Mar 4, 2024 · 0 comments
Labels
epic Umbrella feature that encompasses multiple smaller features post-0.12.0

Comments

@sodic
Copy link
Contributor

sodic commented Mar 4, 2024

Background

Release of Wasp 0.12.0 was pretty hectic and came with two major changes to the framework:

We've had to cut corners, make compromises, and leave some things unresolved. Fortunately, we've also kept the log of all the problems and potential issues we ran into (or created).

I've gone through all the notes from the different places we've used to keep track of our progress, and converted the relevant ones into GitHub issues marked with the post-0.12.0 label.

This process included notes and issues from:

  • GitHub
  • Notion page for Restructuring tasks
  • TODOs from PR comments and unresolved PR comments
  • TODOs from the code
  • My local notes and todos

Issues

The issues are divided into 4 groups:

  1. Regressions (affects users)
    Functionality that got worse (or even broken) with 0.12.0.
  2. Fixes (affects users)
    Functionality we found out was broken while working on 0.12.0.
  3. Improvements (affects users)
    Improvements to Wasp that we thought of (or created the potential for) while working on 0.12.0.
  4. Cleaup (doesn't affect users)
    Internal chores and refactors for reducing the technical debt we've created while working on 0.12.0.

Groups aren't 100% clear-cut. Some issues can fit into multiple groups, but it shouldn't matter.

1. Regressions

The list includes regressions visible to our users:

2. Fixes

The list includes bugs visible to our users:

3. Improvements

The list includes issues describing how we can improve Wasp with changes visible to our users:

4. Refactors

The list includes refactors and cleanups invisible to our users:

@sodic sodic added post-0.12.0 epic Umbrella feature that encompasses multiple smaller features labels Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic Umbrella feature that encompasses multiple smaller features post-0.12.0
Projects
None yet
Development

No branches or pull requests

1 participant