Skip to content

[FEATURE] Application Store management#10

Merged
suvajitcodewalnut merged 5 commits intomasterfrom
feature/application-store
Nov 8, 2025
Merged

[FEATURE] Application Store management#10
suvajitcodewalnut merged 5 commits intomasterfrom
feature/application-store

Conversation

@suvajitcodewalnut
Copy link
Copy Markdown
Owner

@suvajitcodewalnut suvajitcodewalnut commented Nov 8, 2025

QUICKLAB : PULL REQUEST

DESCRIPTION

  • Type: ( Feature )
  • Related Issue(s): N/A
  • This implements the Zustand Store for CRUD operation on the tickets.

IMPLEMENTATION DETAILS

  • This implements the Zustand Store with persistant middleware.
  • Added AddTicket, DeleteTicket, ToggleTicket, ClearAllTickets logics.
  • Added derivative computations for user dashboard management.

TESTING WALKTHROUGH

  • Run the application with bun run application:dev.
  • Verify that Add Ticket functionality work when feilds are populated with proper data.
  • Verify Tickets can be toggled either completed or incomplete when interacted with the ticket check button.
  • Verify that you can delete all the exisiting tickets with ClearAllTickets funtionality and can delete any particular one.

CHECKLIST

  • Codebase is properly formatted and adheres to the project’s style guide.
  • Codebase passes all linting checks without warnings or errors.
  • Relevant unit tests have been written and all tests pass successfully.
  • Branch is up to date with the latest changes from the base branch.

@suvajitcodewalnut suvajitcodewalnut merged commit 8f011d2 into master Nov 8, 2025
4 checks passed
@suvajitcodewalnut suvajitcodewalnut deleted the feature/application-store branch November 8, 2025 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant