codeuino / social-platform-donut-backend

Donut API:
http://donut-api-prod.codeuino.org/
GNU General Public License v3.0
24 stars 57 forks source link

working mechanism for triggering maintenace, updating org settings #126

Closed Rupeshiya closed 4 years ago

Rupeshiya commented 4 years ago

name: Pull Request template about: Describe the PR. title: '' labels: '' assignees: ''


Problem

Github Issue Number: #125 We need to have backend implemented to control the organization settings by admins_

Solution of problem

Implement the REST API to control the organization settings, so that whole organization would work according to that settings

Type of Change

[ ] Bug fix [✓] New Feature [ ] Development of UI/UX prototypes [ ] Small refactor [ ] Change in Documentation

Checklist

[✓] My code follows the same style as the codebase [ ] My Code change requires a change in documentation [ ] I have updated the Readme accordingly [✓] I made PR against development branch [✓] I have run the test cases locally and it's passing. [✓] I have squashed my commits

Rupeshiya commented 4 years ago

@devesh-verma @vaibhavdaren Please review

vaibhavdaren commented 4 years ago

name: Pull Request template about: Describe the PR. title: '' labels: '' assignees: pr template is empty

Rupeshiya commented 4 years ago

name: Pull Request template about: Describe the PR. title: '' labels: '' assignees: pr template is empty

@vaibhavdaren , @devesh-verma told that is not necessary! It's by mistake added in the PR template

vaibhavdaren commented 4 years ago

@devesh-verma @vaibhavdaren Please review

Please add as a reviewer instead of this comment.

Rupeshiya commented 4 years ago

@devesh-verma @vaibhavdaren Please review

Please add as a reviewer instead of this comment. @vaibhavdaren I don't have permission for that. Not getting any option. image

Rupeshiya commented 4 years ago

Just updated for the user, like when any user will pin the post that will save the postId to the user's pinned Post to array of pinned post ids.

As discussed in the meeting. @devesh-verma Please review