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

scout

  • 1 Devlogs
  • 2 Total hours

basically, allows you to review specific amenities at schools in order to help other/new students :)

Open comments for this post

1h 34m 53s logged

I started with this idea for a school project that certain school amenities could be rated on a five star system for use for new students or students who are curious about the state/condition of certain restrooms, water fountains, and vending machines.

Today, I implemented the basic form. Then, I needed a way to manage schools certain buildings without overlapping, so I researched how to create a basic hashing function that wouldn’t take up too much system resources (a low compute cost). I needed it to be static too, so it didn’t have to keep rotating, since I was going to store images with these hashes in mind.

Then, I implemented a system that could store the schools temporarily since later, I plan to move them to a database that can be edited remotely via an admin panel.

That is pretty much all I did today, besides the basic sketching of a review submit form.

I started with this idea for a school project that certain school amenities could be rated on a five star system for use for new students or students who are curious about the state/condition of certain restrooms, water fountains, and vending machines.

Today, I implemented the basic form. Then, I needed a way to manage schools certain buildings without overlapping, so I researched how to create a basic hashing function that wouldn’t take up too much system resources (a low compute cost). I needed it to be static too, so it didn’t have to keep rotating, since I was going to store images with these hashes in mind.

Then, I implemented a system that could store the schools temporarily since later, I plan to move them to a database that can be edited remotely via an admin panel.

That is pretty much all I did today, besides the basic sketching of a review submit form.

Replying to @weeksb

0
7

Followers

Loading…