Trim down data loaded into browsers
Opened this issue · 4 comments
stefanb commented
Check which columns from https://github.com/sledilnik/zdravniki-data/tree/main/csv are not used and either use them (eg in search) or remove them from cvs
dict-institutions.csv:
- id_inst
- zzzsSt (will become a key, when we manage to match everything)
- name
- unit ?
- address
- post
- city
- municipality ?
- lat,lon
- phone
- website
We could also add statistical region name if needed.
doctors.csv:
- id (synthetic id, not really useful, best to not use it and remove it from CSV)
- doctor
- type
- accepts
- availability
- load
- id_inst
lukarenko commented
@stefanb yes, we should remove id
if not used in web - just causes larger diff on updates