Allan Lasser
Allan Lasser
Migrated to an idea in Notion for shaping and further discussion.
I'm just gonna close this, if we need a sitemap later it's easy to add.
Thank you for flagging this! I also noticed many things that need changing while I was pulling the FAQ into Notion. The FAQ now lives at https://help.muckrock.com/Frequently-Asked-Questions-19ef889269638193975edda45199e14e
We're working section by section. @duckduckgrayduck is starting from the bottom, I'm working my way down from the top. We'll meet in the middle. - [x] General - [x] Privacy...
- We could also have a Celery task that checks the table of jobs for stuck processing tasks. - We would need a retention policy for the table, so that...
We also have this logic in [DocumentEmbed](https://github.com/MuckRock/documentcloud-frontend/blob/43da90d6c4ba3daf068a80bed6948ab77aeb14b9/src/lib/components/embeds/DocumentEmbed.svelte#L32-L33): ``` $: contributedBy = settings.onlyshoworg ? org : `${user} (${org})`; ``` And this in [`api/document`](https://github.com/MuckRock/documentcloud-frontend/blob/43da90d6c4ba3daf068a80bed6948ab77aeb14b9/src/lib/api/documents.ts#L655): ``` function userOrgString(document: Document): string ``` All this...
This is up on staging—ready for a look!
For sure—can you share the URL where it's viewable?
Might be some room for improvement (additional descriptions, etc.) but I think it's a great start. I say let's ship it, then listen to user feedback for how to improve...
@duckduckgrayduck I had an idea for "data annotations" where you could draw a box to create a cropped area around data, then we could run just that area through textract/tabula/whatever...