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

Facility Type & Level changes are not considered when generating work history #2

Open
southwest416 opened this issue Mar 19, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@southwest416
Copy link
Owner

The work history portion of the ERR package is generated using only data that is current. Facility type & level changes are not taken into account, so those who have worked at facilities that have changed type or level will need to proactively change this information in their work history section in order for it to reflect properly. Ideally, the program should keep track of known facility level and type changes and the approximate date the change was made, and use the higher level and/or more complex type when generating work history.

e.g., Example Person works at XYZ up/down from Jan 2000 to Dec 2005. In 2003, XYZ up/down loses their tracon to N90 and drops from a level 11 to a level 8. The program should either

  • a. Use the highest level and the most complex type, so use level 11 up/down in the work history.
  • b. Split, or allow the user to split, the work history to reflect 2000-2003 XYZ level 11 up/down and 2003-2005 XYZ level 8 tower.

This change requires a detailed and complete history of all facility changes made within the last X years, which is not currently available/existent.

@southwest416 southwest416 added enhancement New feature or request help wanted Extra attention is needed labels Mar 19, 2022
@southwest416 southwest416 self-assigned this Mar 19, 2022
@southwest416
Copy link
Owner Author

southwest416 commented Jul 3, 2022

Somewhat fixed in be2ea7b.

The solution introduced for now allows users to override any facility's level or type in their work history to account for facility changes during their work experience.

@southwest416 southwest416 removed the help wanted Extra attention is needed label Jul 3, 2022
@southwest416
Copy link
Owner Author

Implemented Facilities History sheet with list of level and type changes. Next update will contain logic to determine a facility's level and type dynamically by checking the dates for an employee's work history and comparing it to the effective date of facility type/level changes.

@southwest416 southwest416 reopened this Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant