You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #4 and depends on #5 -- instead of having the companies hardcoded in HTML, it would be great to have an admin interface where we could create the companies with a form.
We'd probably need the following:
Company model with name, description, address, website, published attributes (maybe more? that's what comes to mind for me). It should also have a logo file attachment attribute with ActiveStorage. I can configure S3 to store the images from ActiveStorage in production once the rest is ready.
Standard CRUD for companies in admin -- list view, show view, new/edit forms, destroy action
The text was updated successfully, but these errors were encountered:
Related to #4 and depends on #5 -- instead of having the companies hardcoded in HTML, it would be great to have an admin interface where we could create the companies with a form.
We'd probably need the following:
Company
model withname
,description
,address
,website
,published
attributes (maybe more? that's what comes to mind for me). It should also have alogo
file attachment attribute with ActiveStorage. I can configure S3 to store the images from ActiveStorage in production once the rest is ready.The text was updated successfully, but these errors were encountered: