snet-marketplace-service
snet-marketplace-service copied to clipboard
Serves as an index for use by the DApp. Provides a curated set of Services and its details
example if signer calls metrign service and metering is throwing error, error message should be communicative.
Explore the possibility of caching the contrac_api , and other optimization
we can set no of free call for service in service in metadata and then persist in contract service as part of parse_event process
Right now we're passing unnecessary data for updating a particular value of userProfile.. e.g. we're passing email_alerts when we want to change is_terms_accepted.. It doesn't look scalable.. It has to...
When a service is published, lets download the protos from IPFS and host it locally (similar to images). We can also generate the Python and JS stubs so that we...
For eg. If too many services qualifying for search result we should mandate filter condition.
Currently /org gives a list of all organization details. With an increase in no of organizations, we will be needing pagination support
update service rating when user vote is not scalable and may cause RDS connection issue (1040, Too many connections) for multiple concurrent API hits.