User Page

Today I'll work on the user public page.

I got carried away and played around with theming it in the spirit of how I envisioned the website to feel.

I added a very simple version of the public page. It just lists the projects and the latest entries. I'm missing a bunch of fields and have some placeholders, but that will come later.

I also added the dark theme as the white is starting to hurt my eyes. I might have to work on that too later. The background should be much warmer.

To finish the simple public page, I need to add some stuff to my entities:

  • user avatar
    • i will have to configure keycloak to grab these from github
  • project slug
    • i need these for human friendly urls
    • i will generate them once a project is created, but should allow editing later on
  • project entryCount
    • number of all entries for project
  • project description
    • a brief description of the project

Not today though, I'm tired.