acmetech
acmetech
I use the rubocop and the rails_best_practices gems for checking ruby style and rails best practices. - [x] Would you like these added to the project? - [x] It would...
Groups
Starting a list of additional features/functionality for groups. Groups should have these additional features: - [x] Tagline/Summary - [x] About/Description/Content - [ ] An image - [ ] Location -...
Object is a reserved word. Also, Draper uses object to refer to the decorated object. This causes an issue whenever you call activity.object from within a decorator. Instead of getting...
The user should have the ability to reset their password if they've forgotten it.
Both tables are storing name/display_name and email. This data should probably be stored in Identity and Identity should be related to People. The current design presents a problem if the...
It looks like group_links and person_links tables are essentially the same. Do you want to use polymorphic relationships or would you prefer a more traditional design?
Until tests can written to cover the existing functionality I'd like to suggest that a failing spec should be created when a new issue is found. Tests should be created...
Use the built in rails i18n functionality. http://guides.rubyonrails.org/i18n.html. - [ ] Add internationalization for the form labels - [ ] Consolidate duplicates and update the views