-
Notifications
You must be signed in to change notification settings - Fork 9
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
(PR) Administrator : Redesign of the backoffice #88
Conversation
PR Following #85 |
* Bootstrap * Bootstrap Datepicker * Simple Form * Select 2
I'm currently working on the tags management part. I'm thinking to the internationalization. How do we handle that ? (database models and BO functionnalities) |
Correct @Soulou! The tree of tags is static for an election and is defined by the association "election_tags". So a candidacy can only add/edit/remove propositions for the existing tags. Let me know if it's understandable. |
Sorry @NebJ I haven't replied as fast as I must have done it. Yes it's completely understandable, I've done it this way. |
I assume there are only three levels from the root to the leaves, I'm not sure it's true but I think it is a good idea to keep things like that, it becomes really complex if the tree is deeper. (my interface doesn't allow 4th-level tags) |
I don't remember : why does a candidacy may have several candidates ? |
…gs on show action
Yep go for it and then ping @edschlum 👍 |
(PR) Administrator : Redesign of the backoffice
Ok. Just tried it. If I understand :
I may have some ideas :
But the UX (you know with the OSXpanel-like approach for the tags) was not that bad in terms of UX. I even would say, for an Admin, it was pretty good. Moreover, in the current admin, I can't add any pictures to the tags, I can't modify a tag, I can't move a tag... What about the candidate side ? because these guys will be clients, so they need to have something easy and clear. They should be able to add proposals to the tags the admin has set for an election, with metadata and so on. Tell me how we can help :) |
I completely agree on the point that there is nothing really new. One of the goal of this redesign is to be more accessible and maintainable. Because for the moment that's really difficult for someone to contribute without spending a huge amount of time. Everything is not complete please open an issue per functionality. That's true that drag'n drop would be welcomed for instance. The candidate side is on /backoffice, there's no link from the front end for the moment, because @barodeur is switching the technology of it. A candidate is able to add its propositions, we'll show you later. (In the train for Paris) Edourd Schlumberger [email protected] a écrit :
|
No description provided.