Giter VIP home page Giter VIP logo

sampleapp's Introduction

Test

sampleapp's People

Contributors

ratheeshandroid avatar ratheeshcn avatar

Watchers

 avatar

sampleapp's Issues

Mobile app changes on removing `contract_source` and `conversation_ids` from buyers endpoint

Mobile app utilize contract_source and conversation_ids on following screens.

1. Store -> customers list
2. New Cart -> create customer list.

  • Uses conversation_ids to check the given buyer have any conversation. which make the user to navigate its conversation details and the cart.
  • contract_source used to identify the source of buyer, ie whether is the buyer from FB or WhatsApp.

Webp net-resizeimage (1)

Webp net-resizeimage (2)

3. Cart screen
contract_source used to check the buyers communication type, based on the value we set the send invoice view.

Webp net-resizeimage (3)

Show invoices sent by seller

Requirement

To show list of invoices sent by seller on app(probably add it as a new new tab along with orders list)

The list could contain the following details

  • buyer name (if no buyer name present use phone number or basket_id)
  • date_time of invoice created
  • ivoices_link (shorten self checkout url)
  • expiry_time
  • status (we need to define the status, by default at the initial time all invoices are on pending state, @shiraz ^^ )

Taping on a particular invoice navigate the user to the cart view(basket view) of that invoice.

  • API requirements

To list invoices from seller

/stores/{id}/baskets/?order__isnull=true

We need additional filters on this endpoint. ie, seller_created, pagination etc

/stores/{id}/baskets/?order__isnull=true&&is_seller_created=true&&limit=10&& offset=0

Also please check how we can improve the performance of this endpoint.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.