You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Primarily, the API needs to be finished to implement a data market as the logic is already largely implemented in the cannlytics package. So, the JavaScript connecting the API to the user interface needs to be implemented as well as the API endpoints that will use the logic provided by cannlytics.
JavaScript functions to implement:
downloadDataset
publishDataset
sellDataset
buyDataset
API endpoints to implement (roughly planned):
GET /api/datasets
GET, POST, DELETE /api/datasets/{dataset_id}
GET, POST, DELETE /api/datasets/state/{state_id}
GET, POST, DELETE /api/datasets/state/{state_id}/{dataset_id}
POST /api/datasets/publish
POST /api/datasets/sell
POST /api/datasets/buy
GET /api/market
Once implemented, a rigorous testing is needed. Then the data market can be published for beta testing.
The text was updated successfully, but these errors were encountered:
Primarily, the API needs to be finished to implement a data market as the logic is already largely implemented in the
cannlytics
package. So, the JavaScript connecting the API to the user interface needs to be implemented as well as the API endpoints that will use the logic provided bycannlytics
.JavaScript functions to implement:
downloadDataset
publishDataset
sellDataset
buyDataset
API endpoints to implement (roughly planned):
/api/datasets
/api/datasets/{dataset_id}
/api/datasets/state/{state_id}
/api/datasets/state/{state_id}/{dataset_id}
/api/datasets/publish
/api/datasets/sell
/api/datasets/buy
/api/market
Once implemented, a rigorous testing is needed. Then the data market can be published for beta testing.
The text was updated successfully, but these errors were encountered: