- `https://www.loom.com/share/db76a5dbc77d418798b30601ba4f258b?sid=c225e937-46b7-4e4a-9ec6-537decc448c0`
- DONE: Drop down should show factiiis as a groupBy so same factiii from 500 different people doesn’t spam the page.
- DONE: Show space time/location/date time directly on post
- Spacetime over rides date time over rides location
- DONE: Prevent submit if a tag is missing information
- DONE: Content needs to pass down from Post to Factiii for checking.
- DONE: Need to add Wikis back to factiii page as well as ensure Wikis lock content to 120 characters
- DONE: Disable FactiiiModal and NewPost submit button when URL’s are innacurate
- DONE: Account for timezone needs to correct to utc in dates sent
- DONE: Need to make it so factiiis can be partially edited vs just removed entirely
- Currently the system just checks for factiiiIds that are missing from the original data.factiiis if the id is missing it marks it for deletion. It needs to instead check for differences between original factiii and new factiii then post those updates. If the id is missing then it deletes it, but provides a warning that the factiii will be deleted.
- DONE: Space Times should only have 1 factiii, users can submit more but a warning should pop up explaining it needs to be more accurate in order to replace the one tagged.