hatchways / team-water-polo

1 stars 1 forks source link

FE: Multiple Boards #10

Open moffatethan opened 3 years ago

moffatethan commented 3 years ago

- This is involves integration with the backend - Includes the dialog

VAggrippino commented 3 years ago

The two references to this issue are mistakes referring to step number 10 on the CoDo Onboarding web app, not this issue, which is number 10.

VAggrippino commented 3 years ago

@moffatethan There is insufficient information to make progress on this task.

For example, is a board a property of the user or is a user a property of a board.

I think my inexperience with NoSQL is showing through here because I can't seem to picture this in any way that isn't relational.

For example Board and User are two different objects that would be connected to each other using what would be referred to as a Many-to-Many relationship; Every user can have access to many boards and every board can have many users.

There isn't actually any reference to multiple users in the specification document. If it's just a single user, we need to discuss that as well.

In a NoSQL/document database, how can either be a part of the other?

Since it's a front end card, I could make an educated guess about how to represent this relationship graphically, but most of this isn't on the front end. Most of it is in the data model. That wouldn't involve integration with the backend. As far as I know, there is no backend to integrate with yet.

We need someone to play client for this practice project. Who are we building this for and what do they want? There's too little information in the "RFP: Kanban boards for School" document.

VAggrippino commented 3 years ago

I'm proceeding with a guess about how the interface might be. It might need to be changed later.