5.7. – 9.7.
- during this week I enabled possibility to upload changes to the OSM production server and it was working fine and I created first changeset.
- downloading of route masters was added and user can browse between route’s variants.
- various small fixes (more basemap layers; UI styling; some tooltips on layers; highlighting of downloaded stop areas)
10.7. – 16.7.
- the latest work concentrated mainly on the refactoring of downloading functionality while the currently chosen approach was downloading a big amount of data at the start of the application which caused some trouble mainly related to loading speed. New approach downloads just node elements (stops, platforms) and everything else (relations, master rel., stop areas) are downloaded after it is selected somewhere in the application. This makes the application faster at the beginning but sometimes also causes some problems with API which don’t like when it has to respond to too many requests in a short period of time – response contain “too many requests”, sometimes time out, or a user can receive his IP banned (like I did during my long testing 🙂 )…
17.7. – 23.7.
- the project gets larger and logic little bit confusing already so during this period I did a quite bit refactoring of some parts with the help of TSlint which I used to apply more strict rules to provide better code consistency and maintainability in the future.
- the functionality to reorder members of a route relations was finished. Now it is possible to edit all node members inside a relation and directly see how it affects the line connectivity in the map view (only for bus stops currently).
24.7. – 30.7.
- functionality to create new node elements was finished together with the possibility to move between the changes.
- various small fixes was done (better user information; deployment problems – Yarn lock file), some work on testing setup for Karma runner.