(Difference between revisions)
(Created page with "= User Facing Component = * Replaces / enhances current application page. * Used by both members adding new costumes and recruits joining the legion for the first time. * Allow...") |
(→GML facing component) |
||
| Line 16: | Line 16: | ||
* If GML approved, goes to LMO for TKID assignment. | * If GML approved, goes to LMO for TKID assignment. | ||
** Should validate choices before allowing the GML to mark ready for duty. If no valid TKIDs are available, it should be bounced back to the GML immediately. | ** Should validate choices before allowing the GML to mark ready for duty. If no valid TKIDs are available, it should be bounced back to the GML immediately. | ||
| + | * Has a comments section for GMLs to record notes that is not visible to the applicant | ||
| + | * Should have a way for the applicant to view his/her status. Maybe a unique URL? Some sort of MD5 hash of some string that gets sent to them via email? | ||
= Advisory Team view = | = Advisory Team view = | ||
Revision as of 17:36, 14 March 2011
Contents |
User Facing Component
- Replaces / enhances current application page.
- Used by both members adding new costumes and recruits joining the legion for the first time.
- Allows users to fill out application including supplying full body front/back/side pictures.
- Do we store the images (upload them to the server) or allow hotlinking to hosting sites
- Hosting them ourselves is a disk storage drain. some people upload 4-5 megabyte images. 4 of those for every costume would get crazy over time.
GML facing component
- Application would have the pictures embedded in it, rather than needing to be handled separately.
- Provide an "escalate" button to flag the costume for advisory team review
- Restrict GML approval from certain costume types (auto escalate)
- Requires a flag in the costume category to say whether it's GML or LMO approved
- Should have an interface for the LMO to set/remove that flag
- Requires a flag in the costume category to say whether it's GML or LMO approved
- If GML approved, goes to LMO for TKID assignment.
- Should validate choices before allowing the GML to mark ready for duty. If no valid TKIDs are available, it should be bounced back to the GML immediately.
- Has a comments section for GMLs to record notes that is not visible to the applicant
- Should have a way for the applicant to view his/her status. Maybe a unique URL? Some sort of MD5 hash of some string that gets sent to them via email?
Advisory Team view
- Advisory team would see costumes that had been escalated to them.
- Needs to be able to set which people see which queue items (Based on costume category?)
- Advisors only see their own costumes. So, FISD DL doesn't see Pathfinder costumes.
- Advisory team doesn't approve/deny specifically, but makes recommendations. GML still does final approval.
LMO Team View
- LMO can see everything.
- Separate view for LMO queue (things LMO MUST approve)
GWL view
- Once a costume is approved, it shows up in the garrison GWL queue for roster photos needed

