Closed kaf-lamed-beyt closed 1 year ago
in other words, a category column is needed?
Yes, something like that.
@Petsamuel are you working on this? I need to know so I can assign you.
yeah, some events have multiple categories. e.g Oscafest Event: "web", "Design", "IOT", "Mobile", "Web3"
Oh, awesome!
For events like these, should we place it under a "general" category?
There's internal work going on with the public API of this repository that anyone can send a
GET
request to.There should be a way to categorize events based on their type. Say for example now, all events that fall under the web3, design, IOT, or web can be filtered and rendered as a list in the UI.
What you'll be doing here is adding a new column to all the tables that'd accommodate this. For example, a
categories
title may suffice. But, feel free to call it whatever you want.