import-keshav / Mboaservices

1 stars 0 forks source link

Some Common issues #5

Closed khushal87 closed 4 years ago

khushal87 commented 4 years ago

Some of the common issues are:

import-keshav commented 4 years ago
* API required for restaurant active and inactive also will be automatically inactive at midnight and open in the morning

Already api for checking restaurant status url : open-close-restaurant/int:pk> And yes restrau open-close should not be automatic.

import-keshav commented 4 years ago
* API for updating the mobile, email, categories, and restaurant images

For updating restaurant images you should use add or delete restrauant images API.

For updating category use update-restaurant/<int:pk> api

For updating mobile, email I will create an API for updating the user profile,

khushal87 commented 4 years ago
* API required for restaurant active and inactive also will be automatically inactive at midnight and open in the morning

Already api for checking restaurant status url : open-close-restaurant/int:pk> And yes restrau open-close should not be automatic.

Patrick has said to do this. Please confirm it from him once

import-keshav commented 4 years ago
* It would be convenient if you send the total orders number for a restaurant and also the active status in the restaurant get info API

When we implement orders, then you will get it. For see restaurant active status there is already a key is_open. If its not visible it will be visible when i push the code.

import-keshav commented 4 years ago

@khushal87 Let me know if you have any query. Otherwise close it

khushal87 commented 4 years ago
* API required for restaurant active and inactive also will be automatically inactive at midnight and open in the morning

Already api for checking restaurant status url : open-close-restaurant/int:pk> And yes restrau open-close should not be automatic.

What is the key of status which I will be sending as payload?

import-keshav commented 4 years ago
* API required for restaurant active and inactive also will be automatically inactive at midnight and open in the morning

Already api for checking restaurant status url : open-close-restaurant/int:pk> And yes restrau open-close should not be automatic.

What is the key of status which I will be sending as payload?

is_open.

closing now the issue

khushal87 commented 4 years ago
* API required for restaurant active and inactive also will be automatically inactive at midnight and open in the morning

Already api for checking restaurant status url : open-close-restaurant/int:pk> And yes restrau open-close should not be automatic.

done