-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojet_notes.txt
48 lines (40 loc) · 1.32 KB
/
projet_notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
台灣人 PERM 薪資分析
1. Top 10 Companies
2. Top 10 States
3. Salary Distribution by Area
4. Salary Distribution by Year
5. Salary Distribution by State
6. Search by ID, Company, State, City
Structure:
1 Index
General info (mean, median, std, etc)
Distribution Chart (or even a heat map)
Top 10 cities plot
Top 10 companies
Buttons to see by year, state, area or company
1.1 what is PERM
2.3 BY year or by company (same layout as Index, add a table to see the raw data)
To Do:
1. 整理 request.GET & context
2. rewrite all web functions
3. 千位數逗點,數字靠右,add dollar sign
4. Mobile-friendly index
5. mobile more go to "plz use desk top version"
6. write periodic task function, update data once a week
7. redeploy
8. prevailing wage level, amount and zip code is available, re-scrap the data to draw heat maps?
Problem:
1. Can't show ">" or "<" correctly in morris bar chart x label.
PTT - 台灣人申請EB2&EB3的薪資統計
http://docs.celeryproject.org/en/latest/userguide/periodic-tasks.html
https://github.com/gregmuellegger/django-mobile
http://cramer.io/2012/05/03/using-travis-ci
http://dolstats.com/
https://www.permchecker.com
heroku deploy steps:
1. login to heroku
2. git add .
3. git commit -m
4. git push heroku master
5. heroku run python manage.py migrate
* heroku logs