You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each governing body being lobbied will have a formal legislative process to establish or amend legislation. Defining this process could create a way to structure workflows within the platform in support of the main goal of passing legislation.
Due to the variable nature of different governing bodies, several classes may be necessary to fully model the process. As such, we'll treat the lobbying.LegislativeProcess as the controller or container class, with other classes supporting it as necessary.
Requirements
References to each lobbying.PublicOffice involved in the process
Defining and ordering of each stage in the process, and the offices involved
Monitoring of time periods required for each stage
Dependencies
None
Tasks
Write unit tests
Write functional tests
Write docstring
Write code
Write documentation
The text was updated successfully, but these errors were encountered:
Description
Each governing body being lobbied will have a formal legislative process to establish or amend legislation. Defining this process could create a way to structure workflows within the platform in support of the main goal of passing legislation.
Due to the variable nature of different governing bodies, several classes may be necessary to fully model the process. As such, we'll treat the
lobbying.LegislativeProcess
as the controller or container class, with other classes supporting it as necessary.Requirements
lobbying.PublicOffice
involved in the processDependencies
Tasks
The text was updated successfully, but these errors were encountered: