- add project owner
- add is_closed project field
- add to project the one_to_many relation "workers" to user
Only the owner of a project could close it
Only the owner of a project could see advanced stats
Only the owner could add a worker to a project
Question : where to define a user is a project owner ? Do we need an admin user ?