IBrickhouse / Time-Converter-Web-App

A web app to convert event times. Planned as a minimum viable product in order to lay the groundwork for further development ideas.
0 stars 0 forks source link

Allow users to add their unique event to database #15

Closed IBrickhouse closed 1 year ago

IBrickhouse commented 1 year ago

This can perhaps be an optional choice when they use the time conversion form.

Implementation Idea: Maybe just a radio button that they can check at the bottom of the page that could call a function to add it into the table.

IBrickhouse commented 1 year ago

Does this need a signed in requirement?

IBrickhouse commented 1 year ago

Do these entries need to be moderated before allowing into the database in case of bad entries?

Moderation feels tricky