impactoss / impactoss-server

IMPACT OSS - server-side application & API
https://demo.impactoss.org
MIT License
3 stars 8 forks source link

Add `is_archive` to particular content types #405

Closed parndt closed 1 month ago

parndt commented 3 months ago

We need an is_archive boolean field for the following tables:

The read-API for these tables should support a query parameter like "include_archive" that, if false, will limit the response to non-archived items only,

In addition the permissions are as follows:

tmfrnz commented 3 months ago

looking good so far

where will the API option be handled?

The read-API for these tables should support a query parameter like "include_archive" that, if false, will limit the response to non-archived items only,

parndt commented 2 months ago

@tmfrnz can you give this a look please?