freeCodeCamp / chapter

A self-hosted event management tool for nonprofits
BSD 3-Clause "New" or "Revised" License
1.92k stars 360 forks source link

Event url #2444

Open gikf opened 1 year ago

gikf commented 1 year ago

Discuss your ideas or share your views:

There's url field in the events table, but it's not used for anything. It's being seeded, but url is not displayed on any event page. It cannot be it added when creating event via UI, nor it can be edited.

Should this be kept, removed? It's different field than streaming_url.

Edit. Sorry, it actually is displayed only in the event dashboard.

Sboonny commented 1 year ago

It can't be used in production, if we are going to do something about it, I vote delete it.

if we need to add feature for something like it, we can add it back it shouldn't be difficult to add back, I hope 🤔

allella commented 1 year ago

@gikf the events.url was intended as an optional field for situations where there's a larger event or conference. So, this url field is not the same as the streaming_url field.

It's no uncommon for larger events to have a separate promotional website that provides more details, but to then direct attendees to a tool like Chapter or Eventbrite for the event registration.