charliegriefer / my-whiskies

MIT License
2 stars 0 forks source link

Bottler Blueprint #145

Closed charliegriefer closed 4 weeks ago

charliegriefer commented 1 month ago

Looking to organize the code a bit better by implementing blueprints.

Start off with Bottler.

charliegriefer commented 1 month ago

So, yeah I went ahead and just moved all of the entities into appropriate blueprints.

Now cleaning up the url_for() endpoints to reflect the new blueprints.

charliegriefer commented 1 month ago

css isn't linked properly. Make sure to fix that before closing this ticket!

charliegriefer commented 1 month ago

Oof. Still need to move the templates into the appropriate blueprint directories.

charliegriefer commented 1 month ago

bottler is done.

charliegriefer commented 1 month ago

bottle is done

charliegriefer commented 1 month ago

css isn't linked properly. Make sure to fix that before closing this ticket!

CSS is now properly linked.

All that should remain is some testing before pushing to prod.