https://github.com/alextanhongpin/go-github-scraper-sg-ui
The frontend of the Github Scraper for Singapore
https://github.com/alextanhongpin/go-github-scraper-sg-ui
github-scraper github-scraper-sg typescript vue-cli-3 vue-typescript vuex
Last synced: 7 months ago
JSON representation
The frontend of the Github Scraper for Singapore
- Host: GitHub
- URL: https://github.com/alextanhongpin/go-github-scraper-sg-ui
- Owner: alextanhongpin
- Created: 2018-12-16T16:16:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:29:10.000Z (over 2 years ago)
- Last Synced: 2024-04-14T23:09:41.001Z (about 1 year ago)
- Topics: github-scraper, github-scraper-sg, typescript, vue-cli-3, vue-typescript, vuex
- Language: Vue
- Homepage: https://upbeat-williams-20c757.netlify.com/alextanhongpin
- Size: 15.7 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-scraper-sg
[](https://app.netlify.com/sites/upbeat-williams-20c757/deploys)
UI for the Github Scraper. The backend is available [here](https://github.com/alextanhongpin/go-github-scraper-sg)
V2:
V3:
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Run your end-to-end tests
```
yarn run test:e2e
```### Run your unit tests
```
yarn run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).### Todo
- Add last indexed timestamp
- Add roles developer
- Add clustering by software engineering roles
- Add storytelling: There are x users found in Singapore. The highest number of users are created in year 2017.
- Add versioning and commit correctly
- Update naming for components
- Add google analytics
- Add loading state
- Add about page
- Flip page animation for about!
- Show ranking even if you do not appear in the list
- Change all numbers to locale with comma### Done
- Change db to postgres
- Add topic tags for language
- Add query string params when user search
- Add matching by companies
- Show users from the same companies during recommendation
- Add language topic tags for searching
- Add topic tags for companies
- Update search input on click
- Add top companies
- Todo: search language
- reset horizontal scroll and vertical scroll when clicking on links
- Change color 818181 to rgba(0, 0, 0, .56)
- Add footer
- Links should redirect to within application, except when explicitly mentioned (and scroll to top)
- Pagination for users, companies etc
- Move helpers to models