-
Notifications
You must be signed in to change notification settings - Fork 20
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
Project Admin Form #145
Comments
A re-structuring like above will require hacking the admin template. We already have that template, templates/admin/rsr/project/change_form.html, but it contains nothing useful for customizing the order of appearance. I know I did some experimenting with this a long time ago, I'll see if I an dig something up. |
Add custom template logic to project/change_form.html that lays out the form with the inline forms at "logical" places rather than at the end as is the default. The technique for getting the inline forms in the right places is to add them at the right count in the loop ever the fieldsets. This is very fragile, so any changes to the order of the fieldsets has to be matched by changes in the admin template.
Add class="rsr-project" to wrapper div to be able to add style that only affects the Project admin form. Add some style in akvo/akvo_admin.css to make the inline forms appear as part of the fieldset they follow.
RSR Project Admin additional content to be provided by @adriancollier |
Or if this has further repercussions, then add a new date label - although we don't use this field for a posting date operationally. |
The Photo Caption is not shown anywhere for Project Photos. Should we continue to provide this in the Admin to allow us to display this at some point, or should we remove it as it is currently a superfluous field? |
I think we should keep it. Ideally we should show it below the galleria image viewer. As should the image captions from updates. |
Added some description entries into the fields for the new admin layout. Refinement will be done shortly.
Completed. |
Based on recent experience and Partner Team feedback, we would like to change the layout of the Admin Form to the following sections and fields:
1. Project Info
Title
Subtitle
Status
Project Start Date
Project Complete Date
Publishing Status*
2. Project Description
Summary of Project Plan
Background
Current Status
Project Plan
Sustainability
3. Project Goals
Goals Overview
Goals
4. Project Photo
Photo Upload
5. Project Locations
Location Entry
6. Project Budgets
Currency
Budget Items
7. Project Focus
Focus Areas
Categories
Benchmarks/Indicators
8. Project Partners
Partners
9. Additional Information
Links
Notes
The text was updated successfully, but these errors were encountered: