-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FS-4652: implement fund and round update features (#55)
* FS-4652: Implement Fund and Round Update Features - New Routes: Added /fund/<fund_id> and /round/<round_id> routes to enable updating fund and round details via forms. - Frontend Enhancements: Introduced “Edit” buttons in the fund_config template for easier access to update forms. - JSON Column Mutability: Addressed SQLAlchemy’s default immutability of JSON columns by using MutableDict.as_mutable to ensure changes are tracked and persisted. - Form and Database Synchronization: Fixed discrepancies between form inputs and database fields, particularly for minute fields. - Testing Improvements: Created test_routes.py to cover the new routes. Developed helpers.py to include utility functions for the new tests. * - Dynamic handling of fund and round template based on create or update operation * - Code refactor - Logging statements added for related db operations
- Loading branch information
1 parent
d4a62e6
commit 4651359
Showing
14 changed files
with
594 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.