kaf-lamed-beyt / ng-tech-events

A pool of upcoming and perhaps old tech events happening 9ja's tech ecosystem
MIT License
30 stars 10 forks source link

add event types #45

Closed kaf-lamed-beyt closed 1 year ago

kaf-lamed-beyt commented 1 year ago

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.

image

Petsamuel commented 1 year ago

in other words, a category column is needed?

kaf-lamed-beyt commented 1 year ago

Yes, something like that.

kaf-lamed-beyt commented 1 year ago

@Petsamuel are you working on this? I need to know so I can assign you.

Petsamuel commented 1 year ago

yeah, some events have multiple categories. e.g Oscafest Event: "web", "Design", "IOT", "Mobile", "Web3"

kaf-lamed-beyt commented 1 year ago

Oh, awesome!

For events like these, should we place it under a "general" category?