DEV Community

Kelvin Wangonya
Kelvin Wangonya

Posted on

3 1

Progress: Authentication & laying out the UI

Here's what I've been able to accomplish so far:

Registration & Login

This is the only "functional" part of the system right now. I'm taking advantage of Django's authentication system.

Alt Text

Alt Text

You have to be logged in to see the other pages in the system.

Logging out ends your session and redirects to the login page.

Dashboard

Nothing to see here. I just included this so I can have a page to redirect to when users log in. This will be the very last thing I do because everything else has to be working to get data to show here.

Alt Text

Jobs

This is where jobs will be listed. Jobs can fall into three categories:

  • Estimates (or drafts)
  • In progress (confirmed and currently being worked on)
  • Done

I'm using tabs to separate them.

Alt Text

Alt Text

Next steps

I can't create jobs without clients and vehicles so that's what I'll be working on next.

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

Top comments (0)

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay