-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds Road Map Feature #368
Conversation
38d1ebc
to
2057c0b
Compare
5ea6bbe
to
7a2437a
Compare
7a2437a
to
c4bdfa2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@scherztc See my comment inline about the size of the edit field. A few other requests:
- When you first land on the list_road_map view, the records should be sorted by title. Right now they're not in order until you click the Title column header.
- See screenshot below. When the roadmap text has several rows, the title is floating in the center vertically. The title should be vertically aligned to the top.
- See screenshot below. When the road map text wraps on the screen, it widens the field and squishes the title field and edit button. Would be nice to have more space for the title and for the "Edit Road Map" button text not to wrap.
- View specs are needed for edit_road_map and list_road_map
I have a couple other enhancements not directly related to this PR that I'll submit new issues for.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The improvements to the list and edit ux are complete.
The controller test and view test have been improved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@scherztc Thanks for making the requested changes. Looks great now. merging
Fixes #340
Run bundle install
Run bundle exec rails db:migrate
Run test suite : coveralls report
Test view in Menu as Owner, Admin, Technician
Test new edit road map experience.
Test new road map on creation and update.