EduPapersKe / EduPapersAPI

This RESTful API, crafted with Django, functions as the project's backend infrastructure.
https://edupapers.org
Apache License 2.0
4 stars 0 forks source link

Created a model to store Tag categories. #55

Closed mwangi-brian closed 4 months ago

mwangi-brian commented 4 months ago

Every tag will have at least one category. These categories will be used to categorise tags in the client app.

bedah-kym commented 4 months ago

i like how a paper can have multiple tags I've noticed each tag can only have one category which means if a paper has the tag of eg comp science it can also have a tag for eg circuits but then the two tags will have different categories ie "IT "and say "Engineering" does that mean the paper will belong to different categories? i ll merge coz I think its a nice side effect when a user filters content.