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

[USER-STORY] Create factor class and associated constructor #130

Open
Garret-Gallant opened this issue Nov 7, 2024 · 0 comments
Open

[USER-STORY] Create factor class and associated constructor #130

Garret-Gallant opened this issue Nov 7, 2024 · 0 comments
Labels
triage Needs triage

Comments

@Garret-Gallant
Copy link
Contributor

User Story

Recognized stakeholder types: Maintainer

Story

As a maintainer

I want to be able to create one or many Factors

so that I may be able to follow up with further development work regarding the DSS.

Acceptance Criteria

Choose either rules or scenarios and ensure they are verifiable from the perspective of the stakeholder

Rules

  • There is a new class file that includes the definition of a factor
  • The factor class has class variables that neatly define what a factor will need (can be iterated upon as need for new features comes up)
  • The factor class has a constructor that allows for the creation of a new instance of a factor

Scenario 1

Given the DSS app
when I access the source code
then There should be factors as a class inclusive of a constructor to create new instantiations of factors

Supporting Information

A database and so on to store factors that have been created can come later, for now the concept of a factor should exist at its most base level in order to be better iterated upon in future tickets

Dependencies

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs triage
Projects
Status: Backlog
Development

No branches or pull requests

1 participant