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
The current preferences page is pretty badly. It's ugly, it's a "catchall." Every organization, and especially every CMS has a different requirement. This should be swappable in the views based on CMS.
Let's test is with SNWorks first (since I'm working on it already).
The following is what I want to do:
Create a blank setting page
Set it up so new view is only shown for SNWorks (dont' want to break anything)
Partial for Categories
Add a new blank field
Add ability to add multiple new fields
Allow Free typing of categories
Use the SNWorks API to check that each tag exists
Error if a tag doesn't exist
Save each tag, creating new if it's not in the db, then update by order.
The current preferences page is pretty badly. It's ugly, it's a "catchall." Every organization, and especially every CMS has a different requirement. This should be swappable in the views based on CMS.
Let's test is with SNWorks first (since I'm working on it already).
The following is what I want to do: