PlatformOfTrust / collected-feedback

Feedbacks and Wishlist for Platform of Trust are collected as issues in this repository.
0 stars 1 forks source link

Product API product list items should contain created_at and updated_at attributes #32

Open kyyberi opened 4 years ago

kyyberi commented 4 years ago

Describe the Pain in using this API

I'm trying to build simple graph for daily amount of Products in sandbox and production environment. I can't find any creation time or updated time in the items returned by GET https://api.oftrust.net/products/v1/ or https://api-sandbox.oftrust.net/products/v1/

In addition No one can tell when the data products have been created. Sorting of the list by creation date and time is impossible.

Indicate the importance in number

(1. Critical, 2. Important, 3. Nice-to-have)

Additional context Add any other context or screenshots about the feature request here.

Näyttökuva 2020-5-12 kello 7 26 14
kyyberi commented 4 years ago

My argumentation was bullshit. I can build the graph with total count of items. That information is in the list. I just take that count each day and that's it.

Dropping the importance because of that. Creation time and update time are still often valuable information.

Nazarah commented 4 years ago

@kyyberi new version of Product API design spec will include this. Right now, the API team is testing the design spec.