-
Notifications
You must be signed in to change notification settings - Fork 3
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
Frontend feature: introduce database and endpoint for app updates in activity log #124
Comments
Context and specification:So from the myxogastria frontend we want to use the core in the same way as for transaction and trust log. The simplest way to deal with notifications would be if the response from this API resembles the format of the notifications from the graph when calling
The most important RESPONSE criteria is:The returned data/response has attribute Each of these objects have the following attributes:
Further more we don't want to include inactive news in the response. Of course there can also be a parsing function in the core to ensure this format. So these are preferences. Let me know what you think. REQUEST criteriaThe query we want to be able to make is guided by the same principles as for the graph notification queries, which has the following parameters:
|
Related: CirclesUBI/circles-myxogastria#396
Based on meeting with @llunaCreixent we are planning to:
Other concerns: How do we enter the information. We need ad admin interface for adding notifications
The text was updated successfully, but these errors were encountered: