Skip to content

Commit ca7769b

Browse files
authored
chore(content) Adds content for UI/UX assignment (#12)
1 parent 7db4094 commit ca7769b

File tree

2 files changed

+37
-8
lines changed

2 files changed

+37
-8
lines changed

ui-ux/assignment.md

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,47 @@
11
{% include header.html %}
2-
{% include online-assignment/intro.md %}
2+
3+
# Introduction
4+
5+
Hey there :)
6+
7+
- Please read the instructions carefully before start implementing your user interface.
8+
- If something is not clear to you please do not hesitate to get in touch with us for clarifications. We'd love to help you out!
39

410
# Objective
511

12+
The objective of this assignment is to create a User Interface for a simple web app, which will allow an advertiser to access important analytics about their campaigns. The interface should be consistent with Glispa's branding and should enable our users to perform the tasks described in the User Stories section, below.
13+
14+
# User profile
615

7-
# Tasks
16+
The users of this web app will be advertisers who are running campaigns with Glispa and they want to monitor the performance of those campaigns.
817

9-
The assignment consists of one task.
18+
- They are comfortable with numbers.
19+
- They demand as much flexibility as possible when it comes to slicing and dicing their numbers.
1020

11-
| Task Objective | Expected Completion Time |
21+
# User Stories
22+
23+
| User Story | Example | Notes |
1224
|---|---|
13-
| [Task 1:](#task-1) | ~2 hours |
25+
| As an advertiser I want to view specific metrics related with my campaigns' performance | - I want to view how many Installs I had during last month <br/> - I want to view how much Spend I had in the last 24 hours | Supported Metrics: CPI (Cost Per Install), Spend, Installs, CTR (click-through rate) |
26+
| As an advertiser I want to be able to view performance metrics for specific dimension breakdowns | - I want to view the Spend for each individual campaign for the current month <br/> - I want to view how many Installs and CPI I had in each country | Supported Dimensions: Campaign, Country, Time |
27+
| As an advertiser I want to be able to filter my numbers based on certain dimensions | - I want to view the CPI for campaigns only in USA <br/> - I want to view the Spend only for campaign X and campaign Y | Supported Dimensions: Same as above |
28+
29+
# Metrics
30+
31+
| Name | Description | Unit of measurement |
32+
| Spend | The amount of dollars the advertiser spent running the campaigns| USD ($) |
33+
| Installs | The number of users who installed the advertised apps in the campaigns| Integer |
34+
| CTR | The click-through rate of the campaigns. | Percentage |
35+
| CPI | The cost per install | USD ($) |
36+
37+
# Brand Assets
1438

15-
## Task 1
39+
- Logos
40+
- Colors
41+
- Typeface: Source Sans Pro
1642

17-
### Objective
43+
# Deliverables
1844

45+
1. A User Interface showcasing how the app will look and function (The level of detail is open-ended and can span from a simple wireframe to a full mockup).
46+
2. A short description about the solution and the basic UI/UX principles behind it.
47+
3. (Optional) A user flows diagram or visualization.

ui-ux/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
|---|---|
1919
| CV review | We review candidates' CV applications looking mainly at past projects and areas of expertise. |
2020
| Phone Screen | A brief 45 minutes call to learn more about the candidate where we focus on their most representative portfolio projects.
21-
| Assignment | Candidates receive an assignment based on real-life work we do at {{site.companyName}}. |
21+
| [Assignment](/assignment.md) | Candidates receive an assignment based on real-life work we do at {{site.companyName}}. |
2222
| On-site interview | During this part we evaluate and discuss together with the candidate about the design they implemented in the assignment. We focus on the design decisions and concepts chosen by the candidate. |
2323
| Offer | An offer is made to the candidate. |

0 commit comments

Comments
 (0)