Integrate Proposal Page Functionality with Database #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
This issue covers the full integration of the proposal page with the database, ensuring all related backend features work as expected with the actual data model. The goal is to connect the UI with real-time data from the proposals model and related views. The following tasks should be completed:
✅ Tasks:
Integrate backend with the database
Implement missing functionality for the
Proposal
model (if needed)Integrate "Create New Proposal" functionality
Integrate "List All Proposals" functionality
Integrate "My Votes" view
Integrate dashboard functionality
Add a script or endpoint to push dummy proposal data for mock UI testing
Issue Update: Proposal Page Database Integration
Implemented:
Proposal
model inheromodels
to support required fieldsWork in Progress:
Issue Update: Activity Models and Database Refactor
Implemented:
ourdb
databaseourdb
) for consistency and persistencedb
repo for better separation of concerns and clearer project structureWork in Progress:
db
repoourdb
Issue Update
Completed the implementation of the proposal functionality. The following features are now fully functional and tested.
Changes