Pocket / curation-tools-frontend

DEPRECATED
Mozilla Public License 2.0
10 stars 52 forks source link

Add "Prioritize this story" switch to Edit & Approve form #120

Closed nina-py closed 3 years ago

nina-py commented 3 years ago

Goal

Add back the switch as it's part of the MVP.

nina-py commented 3 years ago

@kkyeboah, in this PR or generally? It's on my list. The reason I've been holding off for now is that the majority of those warnings come from generated types, and while I'm tweaking the queries I have to regenerate this file often. Any code I add is wiped out the next time I run the generating script. I was thinking about adding an issue to the GitHub repo of the package I'm using.

kkyeboah commented 3 years ago

@nina-py In general, we should type-hint where we can. In this PR this is understandable. Thanks for bringing the switch back.