-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Add an AI percentage field to the application model. Admins can edit the field on their assigned applications only if it hasn't been set yet — once saved, it becomes read-only.
Requirements
- Add an
ai_percentagefield to the application model and database schema - Create a migration for the new column
- Admins can set the AI% field on applications assigned to them
- The field is editable only if it hasn't been set yet (null/empty)
- Once saved, the field becomes read-only and cannot be modified
- Display the AI% field in the admin application review UI
Acceptance Criteria
- Database migration adds
ai_percentagefield to applications table - Backend supports updating AI% only if not already set and only by the assigned admin
- Frontend displays AI% field in admin review view
- Field is editable when unset, read-only once saved
- Appropriate validation and error handling
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request