-
Notifications
You must be signed in to change notification settings - Fork 5
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
Experiment with a click and Draggy interface for managing the UI #34
Comments
Couple of points:
|
|
Things the UI needs to do before manage mode:
Things the UI needs to do:
Questions:
Maybe advanced:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are three levels of editing the an individual party dashboard
Editing a contact - This is when a normal member of staff edits a particular contact. I think we want to make it so that when you see a contact it is in "read-only" mode. You then click Edit and then it switches into the in-place ckeditor mode. We might make it so that a single edit button allows you to edit all fields or there is edit next to each one. Dunno which is best.
Arranging Fruit (Profiles) - The next "level" is being able to how data is displayed on the screen. This uses a panels-in-place editor style thing to make it so that you can arrange the "things" (In this case whole profiles) on the page. You click "Manage the Contact View page" button and it takes you into the edit mode. Here you can see the outline of the regions you can handle. The new UI elements appear on the page in-line and so for example to add a new tab you click a "plus" sign to the right of the tabs. Each tab now has a little "Move" icon so you can drag and drop the ordering of the tabs. Inside a tab are the regions with "Plus" icons that when you click them something appears that allows you to select profiles. (For example it could be a menu bar to the right slides in, that allows you to drag profiles onto the page, or could be a drop down menu or a modal popup). Where you can add profiles, you can also create a new one. Eventually these "things" might include special blocks we've made or views, etc.
Slicing Bananas (Editing a profile) - The final level of complexity is being able to chop and change a profile. This includes: Displaying a summary profile that only includes some fields, Making a block that includes only some fields from multiple profiles, actually permanenetly adding or removing fields from profiles etc. There are a bunch of ways we could do this. We could try and make them work "in-place editor" style. Where we click another button (Manage this profile) and then all the fields appear sliced up and we can change them. Or we might find this button takes us to the core drupal manage datasets page.
Things to do:
The text was updated successfully, but these errors were encountered: