-
**Is your feature request related to a problem? Please describe.**
Update panoptes API with the proposed specs: https://github.com/panoptes-organization/monitor-schema/blob/main/spec.md
-
hey @fgypas I started working on changes to panoptes today, and realized that I missed some endpoints! E.g., those in the api.py:
```
/api/workflows
/api/workflow/
/api/workflow//jobs
/api/work…
vsoch updated
3 years ago
-
Doesn't work in vagrant with fresh build from our docker zooniverse/postgres repo
https://registry.hub.docker.com/u/zooniverse/postgresql/dockerfile/
docker logs pg shows.
```
POSTGRES_USER=super
P…
-
In Python:
```python
>>> w = Workflow()
>>> w.links.project=Project(7)
>>> w.display_name = 'Test new workflow'
>>> w.primary_language = 'en'
>>> w.save()
DEBUG:panoptes_client:json={'workflo…
-
**Package** lib-panoptes-js
**Feature or Issue Description**
The panoptes.js library currently uses superagent for http request. Superagent is a mature and robust library that handles common sec…
-
Had difficulty importing the Panoptes API client. The node_module paths are strange. Currently, subject info is hard coded into the repo.
@camallen
-
I just noticed that if a row fails when uploading subjects the successful subjects are still linked to the subject set, but if --skip-media-upload is use the linking fails with:
`Error: Error: check …
-
Camera models are specified by file:
`panoptes.pocs.camera.zwo`
But focuser (and filterwheel) models are specified by class name:
`panoptes.pocs.focuser.birger.Focuser`
Suggest going with one …
-
## Describe the bug
The new user classification counts, published last night, don’t agree with the counts that were published on the old home page. Some volunteers are reporting differences of thou…
-
There are some tests from [Panoptes-Front-End](https://github.com/zooniverse/Panoptes-Front-End), but the test runner - I think it's TAP - might have been taken out.