Open tyliec opened 8 months ago
Some important URLs/pages for this task (Assuming the portal was stood up locally on port 8000
).
Basically, one path forward for this task would be to find a way to define tasks to show up in the periodic task list, define a crontab schedule for tasks to run, and tie that schedule to the defined task.
Other interesting things to look at might be a make_public_num_days_after_due_date
variable supported by Froide. I couldn't find any documentation on what this means/does (we actually use it in CodeWithAloha/uipa
master
here as well, but I'm wondering if we are overloading it's intended use and it's meant to be used for something else.
Objective
To implement support for some sort of "embargo" period for requests.
Context
One feature that was added on top of the original fork was an embargo period. As noted in the website's FAQ:
We should investigate whether or not this feature is something we want to reimplement (basically does the above reasoning still apply), and whether or not we want to take a more granular approach (embargo requests for 1 week, 1 month, ...etc).
Tasks
Success Criteria
Requests can be successfully embargoed.
Related Items
Parent Epic: https://github.com/CodeWithAloha/uipa/issues/50