AC2513 commited on
Commit
f9f8f0d
·
1 Parent(s): 6acfb9b

Added some user stories

Browse files
Files changed (1) hide show
  1. Documentation/Technical_Report.md +30 -3
Documentation/Technical_Report.md CHANGED
@@ -66,12 +66,39 @@ For my final choice, in order to fully demonstrate the capabilities of the Gemma
66
 
67
  ## User Research
68
 
 
 
69
  ### User Profiles
70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  ### User Stories
72
 
73
- ## Technical Architecture
 
 
 
 
74
 
75
- ### Technical Stack
76
 
77
- ### UI Interface
 
66
 
67
  ## User Research
68
 
69
+ To ensure this demo is intuitive and useful, I will identify key user types, their goals, and pain points. This informs both the interface design and prompt engineering strategy.
70
+
71
  ### User Profiles
72
 
73
+ Here, I will be listing some common user types and typical use cases for the demo:
74
+
75
+ 1. Student Researchers
76
+
77
+ - Demographics: University students
78
+ - Needs: Literature research assistance, data analysis help, visualization of complex concepts
79
+
80
+ 2. Software Developers
81
+
82
+ - Demographics: Professional developers across experience levels
83
+ - Needs: Code generation, debugging assistance, API documentation exploration
84
+
85
+ 3. Content Creators
86
+
87
+ - Demographics: Writers, marketers, social media managers
88
+ - Needs: Creative ideation, content improvement, image analysis and description
89
+
90
+ 4. General Knowledge Seekers
91
+ - Demographics: Diverse, general public
92
+ - Needs: Factual information, explanations of complex topics, assistance with everyday tasks
93
+
94
  ### User Stories
95
 
96
+ - As a student researcher, I want to input a research question and receive a concise, well-referenced summary so that I can quickly assess relevant sources.
97
+
98
+ - As a software developer, I want to submit code and receive debugging suggestions and performance tips so I can improve my code faster without switching tabs.
99
+
100
+ - As a content creator, I want to upload an image and get a tone-aligned caption with hashtags so I can streamline my content workflow for social media.
101
 
102
+ - As a general knowledge seeker, I want to ask layered questions in a natural language format so I can learn about complex topics step by step.
103
 
104
+ ### Engineering Tasks