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.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.