-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ministry portal: Add name to all assessment pages #3287
Labels
Milestone
Comments
JerPearson
changed the title
Ministry view assessment - Add name to view assessment page
Ministry portal- Add name to view assessment page
May 15, 2024
JerPearson
changed the title
Ministry portal- Add name to view assessment page
Content: Ministry portal: Add name to view assessment page
May 15, 2024
2 tasks
michesmith
modified the milestones:
2.0 Part-Time Students MVP,
2.X Post Part-Time Priorities
May 28, 2024
ninosamson
modified the milestones:
2.X Post Part-Time Priorities,
2.0 Part-Time Students MVP,
2.1 Post Part-Time Primera Importante Mucho
May 30, 2024
JerPearson
changed the title
Content: Ministry portal: Add name to view assessment page
Content: Ministry portal: Add name to all assessment pages
Aug 23, 2024
CarlyCotton
changed the title
Content: Ministry portal: Add name to all assessment pages
Ministry portal: Add name to all assessment pages
Sep 3, 2024
CarlyCotton
added
Dev & Architecture
Development and Architecture
and removed
Business
Items under Business Consideration
labels
Sep 3, 2024
@katrina-aot-git Updated mockup #2 regarding the NOA placement. Significant changes are coming to the NOA page content within the page and the previous area circled will be updated then. |
@katrina-aot-git Based on the comments in the PR channel, I've updated the AC re PIR expectations and added an AC re Draft expectations |
21 tasks
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 25, 2024
<img width="1664" alt="Screenshot 2024-09-23 at 11 15 28 AM" src="https://github.com/user-attachments/assets/85ee69ab-c03f-4b45-b0c0-5dc95e6ace74"> <img width="1673" alt="Screenshot 2024-09-23 at 11 15 38 AM" src="https://github.com/user-attachments/assets/4ebf97f3-1788-40d0-9d0f-de1d2a607300"> <img width="1659" alt="Screenshot 2024-09-23 at 11 15 45 AM" src="https://github.com/user-attachments/assets/bf7c5c1e-ae76-49c6-b4b0-825d8cf53ebd"> If there is no offering attached: <img width="1656" alt="Screenshot 2024-09-23 at 11 15 15 AM" src="https://github.com/user-attachments/assets/da8ae773-9c2b-4117-ae1e-f59e3bcdb7e9">
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a Ministry user I need to see the students identifying information on the 'assessment page', 'view assessment' page, and 'notice of assessment' page.
Acceptance Criteria
#1
#2
#3
Technical
aest/application/:applicationId
to return the header information.dynamic application data
, e.g.aest/application/:applicationId?load-dynamic-data=false
.generateApplicationFormData
caseload-dynamic-data=false
. SQL query already has a parameter to optionally load the form data.load-dynamic-data=true
).ApplicationBaseAPIOutDTO
and add the extra properties.studentFullName
: use thegetUserFullName
method.applicationOfferingIntensity
, if the offering is not present, hide it.applicationStartDate
, if the offering is not present, hide it.applicationEndDate
, if the offering is not present, hide it.institutionName
: institution name from thesims.applications.location_id
. Get the institution name using the location ID. This would allow us to show the institution name even for PIR (the same is not desirable for offerings). If not present, hide it. User the institutionoperatingName
(to be confirmed).application-header-title
.components/aest/students
folder.header-title-value
to display the key/value pairs.header-title-value
.The text was updated successfully, but these errors were encountered: