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

Use Report instead of Action to trigger MBOM Export #6

Closed
AngelaIp opened this issue Feb 28, 2019 · 3 comments
Closed

Use Report instead of Action to trigger MBOM Export #6

AngelaIp opened this issue Feb 28, 2019 · 3 comments
Assignees
Labels
Type: Enhancement New feature or improvement.

Comments

@AngelaIp
Copy link

The current version uses an additional Action to trigger the MBOM Export.
But users are used to creating reports via the report menu. The action menu is inteded for other things.

Solution:
Use an additional report item to start the method to improve user experience:
image

@EliJDonahue
Copy link
Member

I actually bounced back and forth between using an Action and a Report when developing this project. I couldn't decide whether the use case should be treated as an action (export this data) or a report (show me a snapshot of this data). Ultimately I suppose it boils down to what the users want to see.

It would be easy enough to include the dummy report in the project as an option for those whose users want to use the report option. I actually already have this report in my dev environment. I'll add it to the package and update the install instructions to include steps for activating the optional report.

@EliJDonahue EliJDonahue self-assigned this Feb 28, 2019
@EliJDonahue EliJDonahue added the Type: Enhancement New feature or improvement. label Feb 28, 2019
EliJDonahue added a commit to EliJDonahue/mbom-export that referenced this issue Feb 28, 2019
Optional report for calling the export feature from the Reports menu. Requested in Issue ArasLabs#6.
EliJDonahue added a commit that referenced this issue Feb 28, 2019
@EliJDonahue
Copy link
Member

Fixed in PR #10. Included in release v1.1.0.

@AngelaIp
Copy link
Author

AngelaIp commented Mar 1, 2019

Uh wait! You´re right! An Action fits well...but a Report also. During my tests I instinctively looked in the Report menu first, because I compared this project to the OOTB XSLT reports used in Parts.

It´s really not an easy question, espcially when we take a look at other Aras applications that can publish something.
MPP -> Result is published according to dialog settings -> CUI button in Process Plan
TechDoc -> Result is published according to dialog settings -> Action
PE -> Result is published directly -> Report
Publish a Graph -> Action
...

Finding the right answer for this one is probably a challanging task for UX designers. I think your CUI buttion idea is the best approach, as users don´t need to look into any menu at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or improvement.
Projects
None yet
Development

No branches or pull requests

2 participants