You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
1
20
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
0 commit comments