| day | time | task |
|---|---|---|
| 2023-10-26 | 3 | create react app with vite |
| 2023-10-26 | 1 | update readme |
| 2023-10-27 | 2 | style css and repoCard |
| 2023-10-27 | 1 | add github logo |
| 2023-10-27 | 2 | order by name, stars |
| 2023-10-27 | 1 | fix onclick function |
| 2023-10-30 | 2 | Add express backend + fly deploy config |
| 2023-10-30 | 2 | fix repo links + change pachage scripts |
| 2023-10-30 | 2 | split to two buttons |
| 2023-10-30 | 1 | update readme |
| 2023-10-31 | 1 | add connection to mongodb + repo model |
| 2023-10-31 | 1 | change style colors |
| 2023-11-02 | 4 | add eslint |
| 2023-11-03 | 1 | eslint fix |
| 2023-11-03 | 3 | refactor backend express part |
| 2023-11-06 | 2 | add select input with 2 repos endpoints |
| 2023-11-06 | 3 | add jest tests + use require syntax |
| 2023-11-07 | 2 | mock data tests |
| 2023-11-07 | 1 | add errorhandler |
| 2023-11-08 | 1 | add eslint plugin jest |
| 2023-11-08 | 1 | FIX initial order display repos |
| 2023-11-08 | 3 | add post user endpoint + interface test |
| 2023-11-09 | 2 | TDD create duplicate user not possible |
| 2023-11-09 | 2 | login + token verification logic |
| 2023-11-09 | 2 | job endpoint + verifytoken |
| 2023-11-09 | 1 | test login |
| 2023-11-10 | 1 | FIX App.jsx useEffect dependency issue |
| 2023-11-10 | 3 | add test token verification |
| 2023-11-10 | 3 | Add Redis client and logger to jobs_controller.js and update package.json |
| 2023-11-13 | 2 | change redis pass and move to env |
| 2023-11-13 | 2 | REST API uses environment variables |
| 2023-11-14 | 1 | update readme |
| 2023-11-15 | 2 | add environment in redis channel |
| 2023-11-15 | 2 | WIP login form react |
| 2023-11-16 | 2 | add form login |
| 2023-11-16 | 2 | add UpdateRepos component |
| 2023-11-16 | 1 | complete login logic |
| 2023-11-16 | 3 | add logged user to localStorage |
| 2023-11-17 | 1 | refactor setState passed to props |
| 2023-11-17 | 1 | fix handleTokenChange + updRepos css |
| 2023-11-17 | 2 | add logOut() + add Tooglable component |
| 2023-11-17 | 1 | refactor Repos in its own component |
| 2023-11-17 | 1 | Llint extra spaces |
| 2023-11-17 | 1 | remove setToken |
| 2023-11-22 | 1 | update eslintrc |
| 2023-11-23 | 2 | setup frontend testing |
| 2023-11-23 | 1 | update shortcuts tests |
| 2023-11-23 | 1 | add test Togglable |
| 2023-11-24 | 3 | add test coverage setting |
| 2023-11-27 | 2 | add cypress first test |
| 2023-11-27 | 1 | refactor db reset for testing |
| 2023-11-27 | 1 | cypress user can not login |
| 2023-11-28 | 3 | cypress add test + env |
| 2023-11-30 | 1 | add screenshots |
| 2023-11-30 | 1 | image heights |
| 2023-12-04 | 3 | derive ordered repos from unique repos state |
| 2023-12-11 | 4 | add navigation logic with ReactRouter |
| 2023-12-12 | 2 | fix css top nav bar |
| 2023-12-12 | 2 | add use of styled components |
| 2023-12-13 | 2 | use style-components everywhere with globalStyle |
| 2023-12-13 | 2 | refactor styled components files |
| 2023-12-14 | 1 | update screenshots |
| 2023-12-27 | 1 | update readme |
| 2024-01-13 | 1 | allow node 21 |
| 2024-01-13 | 1 | update readme |
| 2024-02-02 | 1 | FIX a ref color |
| 2024-02-03 | 1 | add TEST_MONGO_URL to readme |
| 2024-02-05 | 1 | FIX test toggleable component |
| 2024-02-05 | 1 | FIX cypress frontend tests |
| 2024-02-06 | 4 | WIP backend to typescript |
| 2024-02-07 | 2 | add typescript compilation to docker image |
| 2024-02-07 | 2 | jest coverage only over ts, jsx files |
| 2024-02-07 | 2 | FIX jest coverage |
| 2024-02-08 | 3 | exclude compiled typescript files from docker image |
| 2024-02-09 | 3 | add tests to tsconfig |
| 2024-02-09 | 1 | remove files from built_backend |
| 2024-02-09 | 1 | Complete adding typescript to vite frontend |
| 2024-02-13 | 2 | FIX npm scripts for vite frontend |
| 2024-02-13 | 2 | FIX readme run front:dev |
| 2024-02-14 | 2 | add vitest configuration to frontend |
| 2024-02-14 | 1 | FIX start backend dev command |
| 2024-02-14 | 1 | FIX dockefile for frontend + npm run build |
| 2024-02-14 | 1 | gitignore cypress/screenshots |
| 2024-02-15 | 2 | lint fronted typescript |
| 2024-02-15 | 3 | complete migration to typescript |
| 2024-03-01 | 1 | Create LICENSE |
| 2024-03-07 | 1 | update readme |
Check proper file workhours.md in playwright-scraper repository