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 Database Triggers to Add Records to Related Tables #985

Closed
1 task
weibullguy opened this issue Feb 20, 2022 · 1 comment · Fixed by #1026
Closed
1 task

Use Database Triggers to Add Records to Related Tables #985

weibullguy opened this issue Feb 20, 2022 · 1 comment · Fixed by #1026
Assignees
Labels
bump: minor Issue or PR documents a new feature requiring a minor version bump. dobranch Create issue branch when issue is assigned. priority: normal Issue or PR is normal priority. status: closed Pull Request is complete and integrated or closed for anther reason. type: feature Issue or PR adds or requests new functionality.
Milestone

Comments

@weibullguy
Copy link
Collaborator

weibullguy commented Feb 20, 2022

Is your feature request related to a problem? Please describe.
This is not related to a problem, it is simply an enhancement.

Describe the solution you'd like
As a RAMSTK developer, I want to use database triggers to insert records in related tables so that this action does not have to be coded into the RAMSTK application.

When adding a new Hardware item, there are currently triggers for adding a record to the Allocation and Similar Item tables. Triggers should also be used to add records to the Design Electric, Design Mechanic, MIL-HDBK-217F, NSWC, and Reliability tables. This would be preferred over sending "request_insert_xxxxx" messages in the Hardware module view do_request_insert_xxxxx methods.

Additional Comments
None

  • This issue subsumes the following issues:

dobranch
priority: normal
type: feature

@github-actions github-actions bot added status: backlog Issue or PR is open, unmilestoned, and unassigned. bump: minor Issue or PR documents a new feature requiring a minor version bump. dobranch Create issue branch when issue is assigned. priority: normal Issue or PR is normal priority. type: feature Issue or PR adds or requests new functionality. labels Feb 20, 2022
@weibullguy weibullguy modified the milestones: v1.0.0, v0.17.0 Feb 20, 2022
@weibullguy weibullguy self-assigned this Mar 6, 2022
@github-actions github-actions bot added status: inprogress Issue or PR is open, milestoned, and assigned. and removed status: backlog Issue or PR is open, unmilestoned, and unassigned. labels Mar 6, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2022

Branch feature/issue-985 created!

@github-actions github-actions bot added status: closed Pull Request is complete and integrated or closed for anther reason. and removed status: inprogress Issue or PR is open, milestoned, and assigned. labels Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump: minor Issue or PR documents a new feature requiring a minor version bump. dobranch Create issue branch when issue is assigned. priority: normal Issue or PR is normal priority. status: closed Pull Request is complete and integrated or closed for anther reason. type: feature Issue or PR adds or requests new functionality.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant