Skip to content
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

Merged
merged 9 commits into from
Jun 6, 2024
Merged

Adds Road Map Feature #368

merged 9 commits into from
Jun 6, 2024

Conversation

scherztc
Copy link
Contributor

@scherztc scherztc commented May 24, 2024

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.

@scherztc scherztc force-pushed the feature/road_map branch 6 times, most recently from 38d1ebc to 2057c0b Compare May 28, 2024 15:00
@scherztc scherztc force-pushed the feature/road_map branch 3 times, most recently from 5ea6bbe to 7a2437a Compare May 29, 2024 14:38
@scherztc scherztc force-pushed the feature/road_map branch from 7a2437a to c4bdfa2 Compare May 29, 2024 14:39
@hortongn hortongn self-requested a review May 30, 2024 19:39
@hortongn hortongn self-assigned this May 30, 2024
Copy link
Member

@hortongn hortongn left a 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

Screenshot 2024-05-30 at 4 11 44 PM

I have a couple other enhancements not directly related to this PR that I'll submit new issues for.

Copy link
Contributor Author

@scherztc scherztc left a 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.

Copy link
Member

@hortongn hortongn left a 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

@hortongn hortongn merged commit ec87653 into qa Jun 6, 2024
4 checks passed
@hortongn hortongn deleted the feature/road_map branch June 6, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a Roadmap field and custom view
2 participants