Closed ed-snodgrass closed 2 years ago
@demilolu this is a good #hacktoberfest ticket.
Excellent!
@ed-snodgrass can you provide some more context on past issues/PRs this is related to.
The Vue version of the app had a "Related policies" section that was just showing the Summary text. But the service should be returning an array of related policies on the legislative artifact object. I'm not well versed in how the backend is determining that relationship but hopefully the data that populates the database has some relationships.
Has this issue being worked on?
I don't believe it has. I think it gets assigned after someone claims it.
@Goldenhub do you want to claim it?
Yes
@Goldenhub I assumed you were not and started so if you need help on where to start you can check my fork of the repo in the issue-193... branch
@felizj17 Your assumption is correct. I wasn't working on it. Go ahead with it. cheers
:wave: Hi! This issue has been marked stale due to inactivity. If no further activity occurs within the next 7 days, it will automatically be closed.
The full "policy" object may have a
related
array on it. If so, we should display some details for each related artifact. Thinking ahead I would expect a new RelatedPolicyDetail.js and RelatedPolicyDetail.test.js along with a "No details available" when the array is empty.`
`