beckn / transactional-ai-bap

MIT License
6 stars 4 forks source link

Postman collection for EV charging #26

Closed vishi24 closed 6 months ago

vishi24 commented 6 months ago

Description

Create postman collection for the ev charging booking use case details are as below base_url - https://mit-ps-bap-client.becknprotocol.io bap_id - mit-ps-bap.becknprotocol.io bap_uri - https://mit-ps-bap.becknprotocol.io

Further details for registry , gateway , bpp are here - https://docs.google.com/spreadsheets/d/1X6RPNJH2eQrpjvHtZte9Jw6Zy0fIj7MNOcdlpr5iphE/edit#gid=2086670707

It should have, search, select, init confirm, cancel, and status endpoints.

Postman collection should be published under https://github.com/beckn/beckn-action-bot/artefacts/postman_collection

The collection must use protocol server client of BAP as the base URL.

Goals

Expected Outcome

Postman collection for ev charging use case that points to BAP protocol server.

Acceptance Criteria

shreyvishal commented 6 months ago

@vishi24 i haven't worked on this issue. I have worked on DSEP over the weekend and that too not for MIT-demo. So i should not be the owner of this ticket if its already under review. cc: @faizmagic

shreyvishal commented 6 months ago

Assigning this to @zoyaashik as confirmed by @vishi24

faizmagic commented 6 months ago

current update

  1. EV charging catalogs are fully updated in the bpp
  2. PR link attached to the ticket, which contains the postman collection to the EV charging
  3. @zoyaashik to review the PR and ensure that postman collection for EV charging is working as expected, by connecting to the new network for MIT Demo
  4. verify if the base url in the postman collection is pointing to the MIT demo newtork
zoyaashik commented 6 months ago

Pointed the base url to MIT demo network and tested search, select,init,confirm,status endpoints. The endpoints are working as expected.

zoyaashik commented 6 months ago

The search by location along with category and tags has been returning empty response.Hence modified search intent to have location parameter which yields response

faizmagic commented 6 months ago

@zoyaashik , can you provide details about the list of tables / columns in the strapi which are used for item.descriptor.name search

zoyaashik commented 6 months ago

the table sequence is as follows provider-> Item->sc_retail_product->price_brakeup CC @faizmagic

mayurvir commented 6 months ago

Reviewed and merged, any issues discovered after this will be treated as separate bugs.