Skip to content

Conversation

@JunHammy
Copy link
Contributor

@JunHammy JunHammy commented Aug 15, 2025

What was done in this PR

Catalogue/createGroup.jsx:

  • Modal dialog for creating new groups (books or categories)
  • Handles form validation with character limits
  • Manages API calls to create groups and updates the catalogue

Catalogue/groupTypeToggle.jsx:

  • Visual toggle between "Book" and "Category" creation modes
  • Shows icons and responsive labels
  • Provides visual feedback for selected type

DataStudio/deleteGroup.jsx:

  • Confirmation dialog for group deletion
  • Requires exact name typing for confirmation
  • Handles API deletion and navigation after success

DataStudio/groupViewActionBar.jsx:

  • Floating action bar for saving/canceling edits
  • Tracks changes and validates input
  • Handles API calls for group updates

DataStudio/groupViewDetails.jsx:

  • Displays and edits group name/description
  • Toggles between view/edit modes
  • Integrates with action bar for save operations

Catalogue.jsx:

  • Integrated group creation functionality

GroupView.jsx:

  • Detail view for specific groups
  • Shows all items in a group
  • Integrates delete and edit functionality

@JunHammy JunHammy requested a review from Prakhar896 August 15, 2025 07:11
@JunHammy JunHammy self-assigned this Aug 15, 2025
@JunHammy JunHammy added the enhancement New feature or request label Aug 15, 2025
Copy link
Contributor

@Prakhar896 Prakhar896 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Prakhar896 Prakhar896 merged commit 91e8f69 into main Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants