You are browsing as a guest. Sign up (or log in) to start making projects!

Flight Deck

  • 3 Devlogs
  • 8 Total hours

An open source flight planner for hobbyists/enthusiasts etc. Also includes an API system for anyone to make their own frontend.

Open comments for this post

3h 15m 3s logged

Flight Deck API - UI Revamp & Basic Password Checking System

Hi! I’m back… kinda

So I revamped the UI to kind of look like Horizons cause I loved its UI so so much.
Found out the font as well and then pretty much everything else was eyeballing it and getting the colours right.

After the UI revamp I started on the login system.
Its not completely done but I have the basic password checking system done for new users - so the confirm password and 1 basic rule: 8 characters minimum.

Yet to add more info to right side for the login page but that I’m probably going to do later on as I add commands.

Bit of backend notes, the code used to reference my login page as /login route so that meant sign up/in would have become /login/signup or /login/signin which wouldn’t have made sense so I changed that to /auth, /auth/signup and /auth/signin to make it more sensible.

All for today.. cya!

0
0
5
Open comments for this post

2h 56m 18s logged

Flight Deck API Website - Login Page plus UI fixes

So I made the login page for the API. It isn’t fully functional which I’ll do now, but it has the frontend done.
Will add the login system but this is create account form.
I might change the submit button colour to blue to match with landing page.

Wrote the code for the controller and the service.
Controller is mainly for making files easier to debug while service is to interact with the DB.

Supabase is my DB so in my service I have 2 functions set up for login and sign up which supabase made easy so yeah.

That’s all from me.

0
0
7
Open comments for this post

1h 39m 41s logged

Flight Deck API

Started work on my API part of Flight Deck.
Basically it’s gonna be a easier way to access information about planes, METAR (weather), flight paths, lookup of airports and their runways, frequencies, and quite more.

Building this in Node + Express JS and I wanna have 2 websites, one for api and one for the flight planner (which is the main Flight Deck feature).

Since I’m new to node, I’m making it slowly and tryna understand a lot of what I’m doing.
So far, Express is a lot like Flask-Python, but services and controllers are a bit confusing so I’m trying my best.

The frontend is being made in HTML and Tailwind CSS as of right now. Only done with landing page for API. Gonna start login next!

PS: Photo is from Pexels

0
0
64

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…