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
user properties (i used extra class profile for it, if there is a way - better to get rid of this extra class and to have properties directly connected to a user):
short name
full_name
avatar_url
account
user (many to many) - i think that we might need to have one user with several accounts, one account with many users - mostly for requestors. By default each user has 1 account.
earnings
spendings
date_created
balance (property)
fundtransfer
from account
to account
currency (('VP','VIRTUAL POINTS'),('EU','EURO')) - as we draw on a piece of paper - there are 2 types of currency going around
amount
date_created
description
jobs
app
account (i think it is a cool idea to have apps connected to accounts, these accounts can group several users)
user (just the one created the app)
title
token
date_created
job
app
title
description
category (we might have many categories, currently - Espresso, Cappuccino, Wine, Volunteering)
status (deleted, not published, published - if there are no any dataunits available - jobs is not published automatically)
date_created
userinterface_url (url - which refers to a raw html file with a UI template)
userinterface_html (html code of the UI template taken from url mentioned above)
webhook_url (this url called everytime new answer is submitted)
account
user properties (i used extra class profile for it, if there is a way - better to get rid of this extra class and to have properties directly connected to a user):
account
fundtransfer
jobs
app
job
dataunit
answers
task
answer (created automatically together with a task with empty value and score)
The text was updated successfully, but these errors were encountered: