joindin / joindin-web2

HTTP Frontend For the Joind.in API
BSD 3-Clause "New" or "Revised" License
97 stars 175 forks source link

JOINDIN-406: Ability to comment should be date-sensitive #516

Closed ghost closed 6 years ago

ghost commented 10 years ago

Jira issue originally created by user lornajane:

We now have the ability to comment on events on http://m.joind.in. The old site only allowed comments after the event started, and for (I think) 12 weeks afterwards - for both talks and events.

Could we please add the same thing for web2? Closing comments after some time period I think helps keep random spambots to be less of a problem. If some of this functionality should be in the API so that the apps can be consistent, that would make sense too.

ghost commented 10 years ago

Comment created by lornajane:

The API returns a "comments_enabled" flag in verbose mode for events and talks that will let us know whether the API is accepting comments right now.

We also need to check when writing those comments in the API backend that the comment window is open (it's a date-related calculation).

ghost commented 10 years ago

Comment created by lornajane:

where are we up to with this? did Akrabat introduce some of this functionality already with his work on comments in web 2?

ghost commented 10 years ago

Comment created by lornajane:

Fixed by Akrabat

ghost commented 10 years ago

Issue was closed with resolution "Fixed"