Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to the Domain Model #24

Closed
rufuspollock opened this issue Dec 21, 2011 · 0 comments
Closed

Changes to the Domain Model #24

rufuspollock opened this issue Dec 21, 2011 · 0 comments
Assignees
Milestone

Comments

@rufuspollock
Copy link
Contributor

Changes:

  • Add StateEnum
  • Add relationships in SQLAlchemy (e.g. tasks attribute on App and app attribute on Task)
  • Add some fields as detailed below
    • Add owner to App
    • Add quorum field (int) on Task
    • Add an api_key, fullname field to user
  • Change create_time to be a date time (iso8601 string) -- ditto for finish_time (also rename to created?)
  • Rename job to task
  • Drop Batch object
@ghost ghost assigned rufuspollock Dec 21, 2011
teleyinex added a commit that referenced this issue Jan 27, 2012
The new DB model #24 included several changes to PyBossa. Basically, the
removal of the Batches table, and some new fields in some tables
(check the model.py for further details).

The FlickrPerson application finally saves the state of the tasks, so
this new version only presents un-completed task to users. This is
done via the API #5.
jayflo referenced this issue in bloomberg/pybossa May 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant