CouncilDataProject / cdptools_v2

Tools you can use to interact with and run Council Data Project instances.
Other
7 stars 9 forks source link

feature/minimal-event-data-scraper #159

Closed isaacna closed 3 years ago

isaacna commented 3 years ago

Pull request recommendations:

Thanks for contributing!

evamaxfield commented 3 years ago

@isaacna

Also for point 2, you mean staging-seattle would primarily just hold city specific stuff (scrapers, etc.) and pull in all the generalized tools as needed?

Yes that would be exactly correct

evamaxfield commented 3 years ago

@tohuynh if you are also happy with this I think you can merge @isaacna

I do think we will need to add an Optional[List[MinutesItem]] at some point down the line but that can be added after we get the basic pipeline and repo constructed that I described above.

isaacna commented 3 years ago

Some notes on these updates:

isaacna commented 3 years ago

Sounds good, I'll note that on this issue. And minutes items are shared across sessions for the same event right?

evamaxfield commented 3 years ago

Sounds good, I'll note that on this issue. And minutes items are shared across sessions for the same event right?

For now, yes they are EventMinutesItems. I can imagine a future where we get fine grained enough for SessionMinutesItems though. But no need to worry about that just yet.

Feel free to merge whenever.