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

Clarify location hierarchy with service points #32

Closed
brian10048 opened this issue Nov 6, 2018 · 3 comments
Closed

Clarify location hierarchy with service points #32

brian10048 opened this issue Nov 6, 2018 · 3 comments

Comments

@brian10048
Copy link
Contributor

In #27 a location model was introduced, but it is similarly named to fsm_location which can be somewhat confusing as to its purpose.

I propose fsm_service_point instead to create a hierarchy of locations/areas/items to be tracked within an overall fsm_location

The fsm_service_points would also be related to a specific fsm_service_point_type to help create a hierarchical categorization of fsm_service_points

@dreispt
Copy link
Member

dreispt commented Nov 7, 2018

Any reason for the "service points" to not be the lower layer of the FSM Location tree?

@brian10048
Copy link
Contributor Author

I don't completely understand the question. Are you suggesting just creating a hierarchy of the FSM Location model rather than having a separate model of Service Points?

@brian10048
Copy link
Contributor Author

brian10048 commented Nov 8, 2018

To further expand on the concept of this issue

Using the example described in the Use Cases spreadsheet from #1 labeled Inspection in the Industry column:

The fsm_service_point would represent the components of a fire system needing inspected. Maybe there are fsm_service_point_types named "Controller", "Zone", "Sensor" for a fire system. Sensor is a child of Zone which is a child of Controller. There may be multiple Controllers within a fsm_location

The fsm_service_point_type would help to configure the checklist of inspection items/activities that need performed and values recorded unique to that specific fsm_service_point_type

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

No branches or pull requests

2 participants