Ticket details page
a page template to show ticket details, this includes
- view ticket properties.
- view comments
- view attachments.
- show ticket properties form
- show comment input form
- show workflow action form.
- show attachment form.
Access Control
All those editing form should only available for logged in users. Check how WordPresss handle the comment field.
If user not logged in, all edit forms will not load at all!
JavaScript Tricks
need some JavaScript tricks to toggle edit and view mode.
About Attachment
WordPress Media Library could offer attachment service. We could just used that for the release.
In the next release, we might integrate the workpress media management widget into this page.
Tracking History
When | Who | What Done |
---|---|---|
2013-02-27 11:29 | Sean Chen |
this page will be used to create new ticket too! All editing form will not show up for not logged in user! -- 2.0 Hours, 100.0% Done |
2013-01-28 13:10 | Sean Chen |
Ticket dedtails page are almost ready: ticket info,
ticket fieldset, comment fieldset, action fieldset,
and ticket change history.
-- 5.0 Hours, 90.0% Done |