-
Notifications
You must be signed in to change notification settings - Fork 1
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
Basic Use Case Design Needed #13
Comments
So if I had to break this up: Critical PathThis app is open to the public for viewing so the critical path skips the user authentication
Authentication branch
But we should focus on the critical path first |
Yeah. I was also reading up on the user account management. We could cut and move the log in use case to authentication branch as you said. So is user account management under the scope of this project, if we have the page available to public? |
A user would have to be authenticated to create a story or a moment. If story and moment creation are in-scope then user authentication is in-scope. |
Made a quick video to whiteboard the critical path: http://youtu.be/wGOiMgkvMco |
As discussed, I think it's best if we id a set of basic use cases so that everyone has something tangible enough to start our implementation. Feel free to add/edit as you want. More details to how each module implements the same use case (as respect to only that module) should be handled separately within each module repo (create an issue that is, within the corresponding repo so that its easier to keep track)
I think the goal for now is implementing the very basic and must-have feature: streaming a Moment. I think it can be broken down to several use cases, I list a couple below
I. Streaming A Moment Feature
For now, lets focus on these 10 use cases. ALL modules except for the Audio Server module would most likely have to implement all 10 use cases listed above. Each use case I think should be elaborated more in each individual module repo
The text was updated successfully, but these errors were encountered: