Featured Seal Add/Edit form
Fixes
Fixes for #1241 (closed) by @aditiansingh
Description add and edit form of featured seals
Type of PR This PR is a feature.
Tests
Add form -
- Table - featured_seals.sql
- Go to http://127.0.0.1:2354/admin/artifacts/featured-seals/add
- Check if it's uploaded into the DB
Edit form -
- Go to http://127.0.0.1:2354/artifacts/featured-seals/edit/{id}
- Try editing a parameter, save it and check if its updated in the DB
Screenshots
Checklist:
-
My pull request has a descriptive title (not a vague title like "Update index.md"). -
My pull request targets the phoenix/developbranch of the repository. -
My commit messages follow best practices. -
My code follows the established code style of the repository. -
I added tests for the changes I made (if applicable). -
I added or updated documentation (if applicable). -
I tried running the project locally and verified that there are no visible errors.
Edited by Aditi Singh