Skip to content

bradgarropy/atlassian-tasks

Repository files navigation

☑ atlassian tasks

During an interview with Atlassian, I was asked to implement a UI based on a few images and a rough description of an API. Here is the final result.

vercel github actions codecov contributing contributors discord

❓ question

Given these two images and the API detailed below, implement the UI in your framework of choice. Be vocal about any design decisions you make.

tasks expanded tasks

The following endpoints describe a REST API containing the data needed to for the tasks UI.

GET /tasks?id

GET /assignee?taskId

GET /labels?taskId

🤔 assumptions

No assumptions were made as the task was very clear.

💀 execution

git clone https://github.com/bradgarropy/atlassian-tasks.git
cd atlassian-tasks
npm install
npm start