- `https://www.loom.com/share/4dc5e62a7ad2425daf7dc86b481e6fd1?sid=727f5348-7cd4-479d-8f1b-ddc7c897fa38`
- get new factiii schema working fully with front and back end
- I made a migration file, take note if you update it you will have to modify the automated migration script slightly by disabling 3 lines on postTag and move a drop table command to the top to get it to work.
- the old post tag code should still be in there. Essentially we just need to get it to work with the new factiii schema. The seed injects the tags I made earlier as factiiis now. For now those are enough. Later on we will make it so users can customize the post tag to allow them to tag other topics and factiiis
- there is a requirements enum inside of the new schema. Essentially it’ll tell the system how to process the factiii. If the requirement is NONE then no additional data is needed as a qualifier for this tag. We can make it so we can place different requirements on different factiiis to be able to be tagged. For example, if it had WIKIS as a requirement then the content in the post would be limited in length.
- all the factiii data is now held in postFactiii pivot table, depending on the factiii requirements is whether or not they’ll be used. The Wikipedia tags won’t need any of the additional data holders as the topics are just factiiis now.