From 1c512e1220270b525f0c08cfa9cca8d5051f5cb9 Mon Sep 17 00:00:00 2001 From: Kevin Buffardi Date: Thu, 26 Sep 2024 11:52:02 -0700 Subject: [PATCH] Initial commit --- README.md | 53 ++++++++++++++++++++++++++++++++++++++++++++ personas/README.md | 5 +++++ phaseI/README.md | 21 ++++++++++++++++++ phaseII/README.md | 21 ++++++++++++++++++ phaseIII/README.md | 21 ++++++++++++++++++ sketches/README.md | 1 + wireframes/README.md | 1 + 7 files changed, 123 insertions(+) create mode 100644 README.md create mode 100644 personas/README.md create mode 100644 phaseI/README.md create mode 100644 phaseII/README.md create mode 100644 phaseIII/README.md create mode 100644 sketches/README.md create mode 100644 wireframes/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c6d3c22 --- /dev/null +++ b/README.md @@ -0,0 +1,53 @@ +!!! NOTE: Delete all parts of this file surrounded by three exclamation marks (including the exclamation marks themselves) and replace them with the appropriate content -- they are only instructions and shouldn't be in your report!!! + +# !!!Project Name!!! + +!!!Brief introduction to the project and the problem it is intended to solve!!! + +## UX Team Members + +* **[Person A](!!!URL to Person A's published portfolio!!!)** - !!!List of Person A's primary contributions!!! +* **[Person B](!!!URL to Person B's published portfolio!!!)** - !!!List of Person B's primary contributions!!! +* **[Person C](!!!URL to Person C's published portfolio!!!)** - !!!List of Person C's primary contributions!!! + +# User-Centered Design Artifacts + +!!!For the following, add a PDF of your artifact to the repository and replace the # with the file name!!! + +* [Personas and Scenarios](personas/) +* [Sketches and Diagrams](sketches/) +* [Wireframes](wireframes/) +* [Prototype](#) + +# Phase I: Analyzing Users, Competitors, and Initial Designs + +**Executive Summary** + +* !!!In a bullet-list, provide a summary that highlights...!!! +* !!!What you've done during this phase...!!! +* !!!and what the significance of it is...!!! +* !!!as an executive would understand.!!! + +[Full phase I report](phaseI/) + +# Phase II: Refining interaction and designing wireframes + +**Executive Summary** + +* !!!In a bullet-list, provide a summary that highlights...!!! +* !!!What you've done during this phase...!!! +* !!!and what the significance of it is...!!! +* !!!as an executive would understand.!!! + +[Full phase II report](phaseII/) + +# Phase III: Prototypes and User Testing + +**Executive Summary** + +* !!!In a bullet-list, provide a summary that highlights...!!! +* !!!What you've done during this phase...!!! +* !!!and what the significance of it is...!!! +* !!!as an executive would understand.!!! + +[Full phase III report](phaseIII/) diff --git a/personas/README.md b/personas/README.md new file mode 100644 index 0000000..1822228 --- /dev/null +++ b/personas/README.md @@ -0,0 +1,5 @@ +# Personas + + + +# Scenarios \ No newline at end of file diff --git a/phaseI/README.md b/phaseI/README.md new file mode 100644 index 0000000..2eb6cc5 --- /dev/null +++ b/phaseI/README.md @@ -0,0 +1,21 @@ +# Phase I: Analyzing Users, Competitors, and Initial Designs + +## Introduction + +!!! Describe the general problem that the project is trying to solve !!! + +## Methods + +!!! Describe research methods you used to discover new insights, which explains the purpose of each. Provide enough detail that someone would be able to faithfully reproduce your research. !!! + +## Findings + +!!! For each research method, detail each of the findings point-by-point to clarify new discoveries of users' needs !!! + +## Conclusions + +!!! Discoveries derived from the methods and their findings. Interpret how the findings translate into new insights into UX design recommendations. Describe those recommendations and how they should shape future work. In this section, include the new design recommendations based on the latest user insights. !!! + +## Caveats + +!!! Considerations and/or limitations to the methods you chose and the findings/conclusions drawn from them. In other words, give warnings if there are limitations to your research such as not being able to find enough users of a particular demographic, the methods not being able to expose certain information, assumptions you made, etc. !!! diff --git a/phaseII/README.md b/phaseII/README.md new file mode 100644 index 0000000..6c5a1a8 --- /dev/null +++ b/phaseII/README.md @@ -0,0 +1,21 @@ +# Phase II: Refining interaction and designing wireframes + +## Introduction + +!!! Describe the general problem that the project is trying to solve and the focus of this interval of work !!! + +## Methods + +!!! Describe research methods you used to discover new insights, which explains the purpose of each. Provide enough detail that someone would be able to faithfully reproduce your research. !!! + +## Findings + +!!! For each research method, detail each of the findings point-by-point to clarify new discoveries of users' needs !!! + +## Conclusions + +!!! Discoveries derived from the methods and their findings. Interpret how the findings translate into new insights into UX design recommendations. Describe those recommendations and how they should shape future work. In this section, include the new design recommendations based on the latest user insights. !!! + +## Caveats + +!!! Considerations and/or limitations to the methods you chose and the findings/conclusions drawn from them. In other words, give warnings if there are limitations to your research such as not being able to find enough users of a particular demographic, the methods not being able to expose certain information, assumptions you made, etc. !!! diff --git a/phaseIII/README.md b/phaseIII/README.md new file mode 100644 index 0000000..c25e683 --- /dev/null +++ b/phaseIII/README.md @@ -0,0 +1,21 @@ +# Phase III: Prototypes and User Testing + +## Introduction + +!!! Describe the general problem that the project is trying to solve and the focus of this interval of work !!! + +## Methods + +!!! Describe research methods you used to discover new insights, which explains the purpose of each. Provide enough detail that someone would be able to faithfully reproduce your research. !!! + +## Findings + +!!! For each research method, detail each of the findings point-by-point to clarify new discoveries of users' needs !!! + +## Conclusions + +!!! Discoveries derived from the methods and their findings. Interpret how the findings translate into new insights into UX design recommendations. Describe those recommendations and how they should shape future work. In this section, include the new design recommendations based on the latest user insights. !!! + +## Caveats + +!!! Considerations and/or limitations to the methods you chose and the findings/conclusions drawn from them. In other words, give warnings if there are limitations to your research such as not being able to find enough users of a particular demographic, the methods not being able to expose certain information, assumptions you made, etc. !!! diff --git a/sketches/README.md b/sketches/README.md new file mode 100644 index 0000000..1885627 --- /dev/null +++ b/sketches/README.md @@ -0,0 +1 @@ +# Sketches \ No newline at end of file diff --git a/wireframes/README.md b/wireframes/README.md new file mode 100644 index 0000000..4343959 --- /dev/null +++ b/wireframes/README.md @@ -0,0 +1 @@ +# Wireframes \ No newline at end of file