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.

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay