TomasJani / bridge-builder

MIT License
0 stars 0 forks source link

API - entities #5

Closed mcaniga closed 4 years ago

mcaniga commented 4 years ago
  1. User
  2. Project
  3. Work (previously file name)
  4. Change
TomasJani commented 4 years ago

How about changing "Commit" to simply "Change". (When we switched to filename)

TomasJani commented 4 years ago

Comment what are you going to implement.

mcaniga commented 4 years ago

Changed "Commit" to "Change"

TomasJani commented 4 years ago

Working on Work (previously file name).

TomasJani commented 4 years ago

Working on Change at the same time for better integration with Work .

mcaniga commented 4 years ago

Working on "Project" (2.)

mcaniga commented 4 years ago

Working on "User" (1.)

mcaniga commented 4 years ago

Created PR regarding implementing "User" and "Project" entities. https://github.com/TomasJani/BridgeBuilder/pull/9

mcaniga commented 4 years ago

Should "Project" have boolean attribute, defining if project is public or not? If yes, should it be named "public" or "isPublic" (or different)?

Also, alternative approach is make all projects private by default, and owner can invite collaborators. I like this option more, our entities are already made for this.

TomasJani commented 4 years ago

Also, alternative approach is make all projects private by default, and owner can invite collaborators. I like this option more, our entities are already made for this.

I agree, let's keep it like this, and maybe later we'll look at new possibilities.