laws-africa / peachjam

Project Peach Jam
https://agp.africanlii.org
GNU General Public License v3.0
2 stars 0 forks source link

Basic User profile page #2035

Closed longhotsummer closed 3 weeks ago

longhotsummer commented 1 month ago

As a user, I want to be able to:

Proposal

Design

Implementation

URLs

longhotsummer commented 1 month ago

In Indigo, we rely heavily on allauth.account to make these pages easier to do.

For all of those views, we use a standard account layout (indigo_app/user_account/layout.html), which includes the header and side navigation. That way they have the same look and feel.

Check the existing allauth templates to see what they look like, and then replicate them as necessary.

Sandravaphilips commented 1 month ago

@longhotsummer I've left a proposal in the description above. I'm ready to go if you're fine with it.

longhotsummer commented 1 month ago

Looks great, thanks @Sandravaphilips