So far, I've made the navigation bar, imported that to all the pages, made a home page, made a page to show all inventory item detail, and when you click a row in the item table, it takes you to the detail page.

I also added a default route for a 404 and worked to make my paths in the URL consistent between the frontend and backend.

Next up will be writing more of the backend code to delete an inventory item, editing an inventory item, and defining more of the back end types that I need.

I will probably start poking around with relating tables together by making a 'device types' table and associating that field in the 'inventory' table over to the 'device type' table.

Then I can make a settings page where I show all of those device types and give the user options to manipulate them. This /feels/ like it belongs in a settings page of some kind, but I suppose I could make a case that it needs its own path in the navigation just like /items.

#rackroot #programming #frontend_vuejs #webdev

Как работает фронтенд: от загрузки сайта до современных инструментов

Фронтенд — это то, что видит и с чем взаимодействует каждый пользователь интернета, но как он работает на самом деле?

https://habr.com/ru/articles/843350/

#frontend #frontendразработка #frontend_react #frontend_vuejs #вебприложения

Как работает фронтенд: от загрузки сайта до современных инструментов

Всем привет! Я – Дарья Касьяненко, эксперт и преподаватель курсов по Python в Центре непрерывного образования факультета компьютерных наук НИУ ВШЭ. Фронтенд — это то, что видит и с чем взаимодействует...

Хабр