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

Unify item and group data structures #38

Merged
merged 151 commits into from
Feb 2, 2025

Conversation

MaddyGuthridge
Copy link
Owner

@MaddyGuthridge MaddyGuthridge commented Nov 17, 2024

Resolves #30

  • Design new item struct
  • Redesign API to support new item struct, and infinite nesting
  • Update tests to check infinite nesting
  • Update front-end code to unify displaying of all items
  • Add code for migrating from previous versions
  • Remove migration code from previous versions (since it would need a complete rewrite)

@MaddyGuthridge MaddyGuthridge marked this pull request as draft November 17, 2024 11:59
@MaddyGuthridge MaddyGuthridge marked this pull request as ready for review February 2, 2025 13:19
@MaddyGuthridge MaddyGuthridge merged commit e911f23 into main Feb 2, 2025
5 checks passed
@MaddyGuthridge MaddyGuthridge deleted the maddy-unify-data-structures branch February 2, 2025 13:20
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

Successfully merging this pull request may close these issues.

Refactor to unify groups and items and support infinite nesting of data
1 participant