Skip to content

Roadmap

merk edited this page Jul 16, 2012 · 4 revisions

FOSCommentBundle Roadmap

Ongoing Documentation efforts

  • Use of Voting, and the ability to rate limit votes [#107]
  • Enabling Spam detection
  • Different sorting methods
  • Async comment count loading

1.0, 2.0

Maintenance versions for the current feature-set. 2.0 will include any additional changes required for Symfony2.1 support.

1.1

  • Change the PATCH methods to POST as Symfony 2.0 does not support PATCH methods in certain places. [#189, #213]

1.1, 2.1

  • Allow the async javascript to be included elsewhere in the page [#166]
  • A compiler pass to confirm that the application (and its bundle) is configured to support FOSCommentBundle [#184]
  • Support for the / character in thread identifiers [#193]
  • Reduce the dependence on a specific HTML structure in the javascript, allowing users to have custom markup structure and have the javascript continue to work [#139, #138]
  • Introduce more documentation and support for use of FOSCommentBundle without the async features.

1.2, 2.2

  • Comment preview [#161]

  • Moderation of comments [#90, #94]

    • Restful interface to moderated comments
    • Implementation that by default will not put comments into moderation
    • Access controls for moderation interface not to be implemented by default (up to the user to configure the firewall)
    • Ability to specify roles (or use acl entries) for which users will go into moderation, or be free from moderation
    • Inspiration for the Access controls to be based on existing Acl classes in CB.
    • Spam comments to show in the moderation queue
  • User reported spam comments [#90, #94]

  • Better flexibility in Acl configuration [#83]

1.3, 2.3

  • Pagination [#113]
Clone this wiki locally