Skip to content

Commit f53a430

Browse files
authored
Updated README.md
1 parent 3cc65a9 commit f53a430

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## GitHub Issue Manager [![Build Status](https://travis-ci.com/cloudhx/github-issue-manager.svg?branch=master)](https://travis-ci.com/cloudhx/github-issue-manager)
2+
3+
4+
The production build of this application is hosted on Heroku at https://github-issue-manager.herokuapp.com
5+
6+
### Work log
7+
Find different types of work log from below list
8+
- GitHub issues were used during the application test phase, starting from creating test plan until the application was released. Find details here from [GitHub Issues](https://github.com/cloudhx/github-issue-manager/issues)
9+
- Find initial analysis, design and task breakdown in [notion](https://www.notion.so/Nordsense-code-challenge-69adb6b92d2b4eafaa967967ba42550c), it also includes a kanban board in the page.
10+
11+
### Design Justisfication
12+
The bare minimum requirements for the GitHub Issue Manager can be implemented without using Redux. Instead, the app can use React lift state and React context to share data across different parts of the components.
13+
With Redux, the app can demonstrate more practice of React development and set up a better foundation for an imaginary bigger scenario.
14+
15+
### Token Exposure
16+
Two early commits contain tokens used as a quick and dirty test on the GitHub API when the token UI feature was not ready. Those exposed tokens have been revoked and removed from the code.
17+
18+
19+
## Initial readme from Create React App
120
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
221

322
## Available Scripts

0 commit comments

Comments
 (0)