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

Fixes #23, install Reports to help ProfM track student health #24

Merged

Conversation

mmarum-sugarcrm
Copy link
Member

Adds a couple reports to the data import Postman collection.

Copy link
Contributor

@lschaefer-sugarcrm lschaefer-sugarcrm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These reports look really nice! A couple of suggestions...

  • The new API calls in Postman are in the Create Quotes category. We probably want them in their own category so people can find them.
  • The new API calls don't have any tests associated with them.
  • We probably want to update the doc to let people know these reports exist.

@mmarum-sugarcrm
Copy link
Member Author

@lschaefer-sugarcrm I've made updates. It should be good to go now.

Copy link
Contributor

@lschaefer-sugarcrm lschaefer-sugarcrm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left two comments on the doc. The report functionality is great, so I'm marking this as approved. Not merging to allow for doc updates.


When doing battle against the forces of evil, it is possible that a coder is incapacitated by carpal tunnel syndrome or even killed in a freak hoverboard accident. Professor M needs to report on the cause of death of any coder who has died in order to prevent the same mistakes from happening again.
When doing battle against the forces of evil, it is possible that a coder is incapacitated by carpal tunnel syndrome or even killed in a freak hoverboard accident. Professor M needs to keep track on the health of his students to make sure they are happy and productive and stay out of danger.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: keep track of

@@ -21,7 +21,7 @@ A custom Vitals dropdown field (`vital_c`) was added to the Students module and

When `deceased` is selected, a new Death Information panel appears on the Record view and users are required to enter a Cause of Death (`cause_of_death_c`).

Professor M can then build reports based upon vital status and the common causes of death.
Two reports in a dev instance and then exported via REST API. These reports are then added to the Prof M. data collection. These reports rely primarily on `vital_c` and `cause_of_death_c` fields.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sentence doesn't make sense to me: Two reports in a dev instance and then exported via REST API.

@mmarum-sugarcrm mmarum-sugarcrm merged commit 7428024 into sugarcrm-developers:master Feb 8, 2018
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants