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
Currently, each position object is from a lobbyist's monthly report. That means that if a client's position on a bill hasn't changed from one month to the next, there's essentially duplicate data for that position.
I need to come up with a way to consolidate these identical positions.
Right now, a position's "position" is a string that usually looks like the following:
Monitoring 01/15/2024 to Ongoing
A typical, single position has the following attributes
Position
Start date
End date, which can either be a concrete date or "Ongoing"
The text was updated successfully, but these errors were encountered:
PROBLEM
Currently, each
position
object is from a lobbyist's monthly report. That means that if a client's position on a bill hasn't changed from one month to the next, there's essentially duplicate data for that position.I need to come up with a way to consolidate these identical positions.
Right now, a
position
's "position" is a string that usually looks like the following:A typical, single position has the following attributes
The text was updated successfully, but these errors were encountered: