acmetech

Results 12 issues of 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...

Refactoring / Code Improvements

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 -...

Features

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...

Bugs
Refactoring / Code Improvements

The user should have the ability to reset their password if they've forgotten it.

Features

The user should have the ability to change their password.

Features

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...

Bugs

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?

Questions

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...

Refactoring / Code Improvements

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

Features