-
Notifications
You must be signed in to change notification settings - Fork 115
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
Finish user module #1442
Comments
USER MODULE DASHBOARD Nice addition, now we have to improve 1/ See My Profile Link
2/ user/dashboard
3/ put back notification counters ON the icon,not aside
4/ support module
5/ user register default redirect
SYSTEM MODULE / USER BAR 6/ for User Bar , the new option display icon only or icone+title is good But i need the hybrid way, that hightlights uncommon service modules
7/ Display FirstName on front instead of full name DressUp User Dashboard and all Manage pages
User bar main link
avatar in userbar
|
@marc tu peux vérifier le Firstname ? Chez moi c'est toujours un peu compliqué de tester à cause de mon bug en base de données. Le reste est fait en principe, à quelques détails près / à discuter |
Now I am working on some part of this issues |
We made many of these, I will push |
Ok , I will wait to your push |
we worked yesterday on it, we will finish few areas (https://github.com/pi-engine/guide/issues/874) Now we have to deal with this below, but it has impact on each modules DressUp User Dashboard and all Manage pages
User bar main link
|
you will kill the switch? we made some turnaround, but i'm not satisfied yet. |
perhaps better keep this part for next version , we will talk better about it after some test on active websites |
yes, that was my intent too, we will tweek today with Fred what we made yestesday |
we have two problem here :
|
pi-engine/pi#1442 Optimize support for side-menu
I see you add some guide options on dashboard , I think perhaps its good if we have Api/Dashboard class on each module and dashboard template than on user module we just call dashboard class if module install and class exist , than we can make dynamic load for all modules on user dashboard, add it is very easy and I think its can be useful , what is your idea ? @Marc-pi @esprit-dev |
we need decide, dress-up dashboard page by block or use API, I vote to use block, than we have to make side-bar block ( its easy ) and user top-bar block ( its easy too ) and block for each module , than we can dress-up user dashboard. for start and for this version of pi , on core we just have user dashboard page , we can dress-up just this page by block and at this moment for other user pages keep old method we can work on other modules after this , if agree we can start it |
YESSSSS. let's use Pi Core at its best
YESSSS |
Must be block :
btw, Comment module is missing in the shortcuts |
Than we can start work on this part , I do it or frederic ? I can work on this part tomorrow |
Just sidebar and shortcuts is core module blocks , I work on this two other modules like video / guide / fivorite and .... can have custom block |
we will today "blockise" latest booking request in guide if you can take care about core blocks (don't forget to add comment, we added yesterdays guide/favourite) :
we will during that time take care about User Register (display password rules) and kill GET redirects (login /register as a modal). |
We need build some blocks for each module to load on user dashboard
I will work Just what about this page www.pi.com/user/profile ? we can marge it to user dashboard or keep it now, and what about top-bar , keep its as block too? |
user, keep user/profile as is, we fixed yesterday things on it. We will have to improve it (you can have a look at airnbn https://www.airbnb.fr/users/show/32967501. In fact, it is your Person item type of .... Guide module :-) Top bar is ok (you mean userbar i guess???), we improved it yesterday too. |
I think about top bar , add it as static code on template of add it as block to can dress-up ?
I have plan to set this part as block to and add it on user dashborad and remove user/profile page , but not know , first finish this parts after that talk about it |
what top bar? please add a screenshot user/profile :
personally, this user/profil is ok, i would prefer to be able to edit all my info in this page (in a way like in FB). Actually we have a huge submenu list, i'm sure we can simplify it a little bit ... but let's keep this for later on, we have to think |
hum, we already have avatar everywhere (userbar and side-menu). |
don't forget to keep the matchheight class we added in Shortcut new Block, to be fully responsive (css flexbox) |
Can you reproduce again ? first_name is used first only if available (isset condition), and name is used instead if needed. Perhaps "name" is also a custom field ? |
Fixed |
When pi installed , core_user tables created , on this table we have We need still use just name field yet , or add check option to see first_name is exist or not |
@esprit-dev |
@voltan first_name is already checked (isset function). But making a checkbox in order to have the choice to display username instead first_name is a good idea. I will implement that. |
@esprit-dev I added user module route on that block and it have problem when user module not instaled , I fixed it , and see your last works on first_name, I think at this moment this part is work good , but if you think any other change needed , please do it thanks |
The text was updated successfully, but these errors were encountered: