...
Develop the exclusion form of the application. This tab is only used by the CCs so it's hidden from all other campuses.
JIRAs
Jira Legacy | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Requirements
# | Title | User Story | Importance | Notes |
---|---|---|---|---|
Exclusion Screen | Faculty has the right to exclude up to 10 tenured faculty members from serving | Must Have |
| |
Buttons
Modal box
Validation
| Must Have | |||
Workflow | When is the deadline for this form? When is the TPRC committee formed? | |||
FPP listing for faculty | Header row titles
|
| ||
FPP listing for Chancellors | Header row titles
|
|
...
- only status column needs to be decoded; see status descriptions
Code Block |
---|
select name, employee_alt_id, empl_record_no, campus_key as campus, eac_division_desc as division, eac_branch_desc as branch, eac_section_desc as section, job_title, grade, tenure_year, empl_status as status from edadba.psempl where empl_status != 'T' and employee_type_code='F' and tenure_code='FTN' order by name; |
...