rocky
rocky
Rather than having program export and import in separate tabs, we want to incorporate them into the existing program edit options. Specifications can be found in these mocks: https://www.figma.com/design/QCBBEkf4nNKqUvTCblad8T/Admin---Program-applications?node-id=718-3768&t=44y4Td9PFW7Bb2Tx-1
With program import, we will need the ability to bulk add questions to the db which we cannot currently do. We will need to save the questions before saving the...
Write an evolution that adds two new fields to the db: 1. `localized_short_description` - jsonb, required, with default set to `{"isRequired": true, "translations": {"en_US": ""}}` 2. `application_steps` - jsonb, required,...
Add the short description to program cards and implement logic to navigate to program overview page when the user clicks the "View and apply" button. Acceptance criteria: - [ ]...
Implement new applicant facing page that provides an overview of the program. Acceptance criteria: - [ ] The url for the program overview page is `programs/:programSlug` - [ ] Applicants...
Allow admin to enter translations for new short description and application steps field via the existing translation flow. Acceptance criteria: - [ ] Admin have space to enter translations for...
Allow admins to add up to five application steps describing the application process. Acceptance criteria: - [ ] The program create/edit page includes space to add up titles and descriptions...
As a part of creating the new Program Overview Page, we want to re-order the fields on the existing admin program create/edit page, add some new fields, and update some...
There is an issue when you attempt to import a program with questions that have almost identical admin names eg. "Name" and "Name-1". Our renaming strategy looks for _saved_ questions...