-
Notifications
You must be signed in to change notification settings - Fork 25
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
Profilepage #88
Profilepage #88
Conversation
Thanks for working on this @spline2hg! This looks great
Additionally I worked to adjust most of the styles to fit the current theme of the site, I also opened #89, issue #84 will likely adjust how the styles are done anyway Additionally there's a lot of open issues and discussion around the profile and authentication system (#32, #46, #81, #42), some features (eg. changing password) might need to wait until these are implemented, but perhaps this could still be merged into |
Yep, Thanks
So something like compression?
i have made the alpine js version too, u could access it a profile_a, or did u mean anything, i didnt get it
will check it out , thanks, btw how should i now get this changes into my device, a git pull will work right?
ok man no worries, i have time to complete this work, working on this is more fun tbh And what about this rufff check fail? |
Yes, ideally this would help with storage size costs as well, for example a user could upload a really detailed logo that takes up a lot of space, enough users doing this and the cost of storage in production will increase
I think it would be better to move the profile page to just be at
Yes, I've committed the changes to your fork of the code so running
It seems like it was flagging a double import, which I see you've just committed to fix so it should be all good now! |
so yeah i will remove the profile_a and keep only the profile/ that will use alpine js for switching part, does this seem right? |
That sounds good to me @spline2hg! Thanks for working on this |
@nfoert look into the changes and tell any changes if required,.thanks |
yes, having a navbar would be great for this regard, this could be a future inprovement, i was thinking of placing the profile button on home page somewhere around the wallet and my cards buttons, and we could either add a similar button on the starting page or make users go to home and then profile, does this work? Would you prefer a single dropdown menu with text options for both profile and logout, without including a profile image? This would be cleaner and more straightforward. Let me know if you'd like to explore other navigation options that might work better for your specific layout and user experience goals.
i tried this django, its adding a random pattern sequence if the file name already exists, is this fine or should i make changes to give some unique name
great |
i have added a dropdown at home page for profile page and on profile page to home ,does this seem fine, and? and on the home page the dropdown now disappears if clicked anywhere on the page. i havent done for the starting page what to do for it, as it currently doesnt have a dropdown, what to d about it? |
This looks great! Thanks for implementing this
I think it's fine if this page doesn't have a dropdown menu, the button helps give the user a fast way to get to the home page This feature should be ready to merge! Is there anything else you'd like to implement? Otherwise you can go ahead and convert this PR to no longer be a draft and I'll get it merged for you |
That makes sense
i was thinking of implementing restricting the image size, for that i was using some validators and raising validation errors when uploading larger than threshold value, but the the image was getting changes nonetheless and it was not showing up on the page. what i think is i might work on this afterwards in a diff pr , is this fine?apart from this ig most if the things are done , and going forward i will try to do the email authentication,password change and making setting features work. I will proceed to create a PR from my draft if you don’t have any further suggestions. Thank you so much for all your guidance—I really appreciate it! I look forward to making more contributions to the project. |
This is a good idea, I think that would be a good thing to implement
That sounds good to me
Okay sounds good, thanks for working on adding all of these features! I don't have any more suggestions, this feature is working great! Feel free to convert this PR when you're ready or I can do it as well, you should be able to press a button like |
@nfoert changed the PR to a normal PR. I learned a lot of things working on this project,thank youman. Plz let me know if u have any suggestions for me . Thank You for the help and collaboration! |
Thanks for finishing up this PR @spline2hg! It looks great to me, I appreciate the work you've done on this, I'm glad we got to collaborate on this together. |
518d2d1
into
nfoert:feature/new-authentication-profiles-and-emails
I have added the profile page using a Profile model and corersponding form, currently this has 2 different profile page,that we can access
The one available at profile/ uses a is_editing variable to switch between edit and view mode for profile and the one at profile_a uses alpine js for this, there is also diff html files for this, i have tried to fix the issues i faced ,and it seems it works fine other than the few ui changes required, Plz review the PR and let me know there are any changes needed or areas of improvement ,feedback is greatly appreciated, thanks for guiding and letting me work on this