- Stop shortlisting for shgs based on shorlisting closing date
- Fix Role Request
Nomination Flow for SPM in saras mela
Improvement in Premium Nomination
Update in Bank API and Export SHG
Dashboard UI , Oraganizer Dashboard, and shgs linked with coordinator
- Update in Dashboard UI,
- Sales Report API filter Update
- Add Accepted SHGs in mela list
- Replaced the from and to with nomination start and end
- Added a new database column is_premium_nomination
- to support premium nominations.
- Created Liquibase changelog for Postgres migration.
- Updated Nomination domain model to include the new
- premium flag.
- Propagated changes across request/response DTOs and
- Infinispan proto model.
- Updated service and DAO layers to handle the new field.
- Modified unit tests to cover premium nomination scenarios.
- Fix issue in nomination, issue related to
- is_premium_nomination field.
- investigate issue in organizer stall sales data. Issue was its
- pickup only 10 records due to by default value. No I increased
- it 10 to 100. Resolved this issue
- Implemented enhancement to include accepted Shg count in
- Mela Response.
- Modified the following files:
- MelaResponse.java
- MelaService.java
- NominationService.java