-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom resource for Akvo web project updates #463
Comments
The project_update_extra resource adds some data from User and Organisation to the normal project_update resource. This is needed for the JSON-fetching plugin on akvo.org since it needs all data in one go (or at least that makes things very much simpler).
Extend the schema with a description of the User and Organisation data inlined in the "user" field.
Something that is worth considering, is the ability for us to post Test or Demo updates. These could then be excluded from certain stats and/or activities such as the API. However we need to be careful that this is not used as a validation tool for organisations to filter the updates being sent in by partners before they are fully published. If we were to decide that this functionality is required and needs to be built then we should build something for that and not allow for this to be created or managed in an indirect manner. |
I think your reference is wrong Adrian, this is #463... |
Seems to me the easiest way to filter out test updates is to have a setting with a list of projects that we consider test projects, meaning updates to those are test updates. Much trickier to filter out individual updates. What criteria would we use? |
Sorry I meant #306 |
In relation to test updates, I think updates on http://rsr.akvo.org/project/2/ should be seen as test updates, and all other projects should only contain real updates. |
Code is now merged into develop - closing this issue, but still need to confirm if this also covered #306 |
Ya, and the final resource for akvo.org might need tweaking too. But this is a step on the way. |
See akvo/akvo-web#167
The text was updated successfully, but these errors were encountered: