From 7db85dbe5d725c689be5ff28b5a9d97f61246c65 Mon Sep 17 00:00:00 2001 From: Nelsonater Date: Wed, 7 Sep 2016 11:45:48 -0700 Subject: [PATCH 1/6] Added two user stories Inviting other users and sharing snippets of code. --- vault.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vault.md diff --git a/vault.md b/vault.md new file mode 100644 index 0000000..ec4d2b6 --- /dev/null +++ b/vault.md @@ -0,0 +1,2 @@ +As a user, I want to invite other users to the project. +As a user, I want to be able to share snippets of code with other group members. \ No newline at end of file From e876df8be59a0cb3a042b42c9ac2ea0d2200909a Mon Sep 17 00:00:00 2001 From: mwoolsey Date: Wed, 7 Sep 2016 11:48:04 -0700 Subject: [PATCH 2/6] added some backlog user stories --- vault.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vault.md diff --git a/vault.md b/vault.md new file mode 100644 index 0000000..3b6921a --- /dev/null +++ b/vault.md @@ -0,0 +1,2 @@ +As a user, I want to see backlogs of the project at any given time. +As an group administrator, I want to be able to create sub groups. From 63c2f95b6f981a0e758721ca68cb76a0dbde2d34 Mon Sep 17 00:00:00 2001 From: ChaseLEngel Date: Wed, 7 Sep 2016 11:44:33 -0700 Subject: [PATCH 3/6] Added 2 user stories. --- vault.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vault.md diff --git a/vault.md b/vault.md new file mode 100644 index 0000000..1e97086 --- /dev/null +++ b/vault.md @@ -0,0 +1,3 @@ +As a user, I want to direct message my teammates. + +As a user, I want to edit my board posts. From 7a724bf5c2083b7622d384a15bb10a0bcd2a7574 Mon Sep 17 00:00:00 2001 From: Tracey Yoshima Date: Wed, 7 Sep 2016 12:02:33 -0700 Subject: [PATCH 4/6] Added two stories to vault.md --- vault.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/vault.md b/vault.md index 08c3725..315a217 100644 --- a/vault.md +++ b/vault.md @@ -1,4 +1,2 @@ -As a user, I want to see backlogs of the project at any given time. -As an group administrator, I want to be able to create sub groups. -As a user, I want to invite other users to the project. -As a user, I want to be able to share snippets of code with other group members. +As a client, I want usability with API key access. +As a user, I want security in the code. From c87b9e79f32be60b1d2ef0f2be1296528a33330a Mon Sep 17 00:00:00 2001 From: lemondrank Date: Wed, 7 Sep 2016 12:25:57 -0700 Subject: [PATCH 5/6] Update vault.md --- vault.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vault.md b/vault.md index ec7286e..159020f 100644 --- a/vault.md +++ b/vault.md @@ -13,3 +13,7 @@ As an group administrator, I want to be able to create sub groups. As a user, I want to invite other users to the project. As a user, I want to be able to share snippets of code with other group members. + +As a user, I want an email if there is a new post every couple hours. + +As a group administrator, I want to see if the members of my group have viewed group messages. From e6784bbf3e7da687089aa067f55adbf6f26816ff Mon Sep 17 00:00:00 2001 From: Chris Griggs Date: Wed, 7 Sep 2016 21:07:37 -0700 Subject: [PATCH 6/6] Update vault.md --- vault.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vault.md b/vault.md index 159020f..2a74143 100644 --- a/vault.md +++ b/vault.md @@ -17,3 +17,7 @@ As a user, I want to be able to share snippets of code with other group members. As a user, I want an email if there is a new post every couple hours. As a group administrator, I want to see if the members of my group have viewed group messages. + +As a user, I want to see who was the last person to make changes to the repo. + +As an admin, I was to add or remove authorized users.