The name of the app can be translated to Where is my bus stop?
or in German Wo ist meine Bushaltestelle?
It reads from Szczecin bus transportation Zditm https://www.zditm.szczecin.pl/pl API and device GPS location to find the nearest bus stop and display its schedule.
The goal is to keep it simple. Only the chosen by the user bus stops will be displayed. It enables users to check the nearest bus and the departure time without unnecessary struggle or delay.
The app will be available in three languages Polish, English, and German
Each branch should be associated with a team member and corresponding issue.
To accomplish that, use the following template acronym/issue_number/description
, for example:
feature/1/initial-project or feature/epic-2/1/initial-project
Where:
type of the push
– feature or bug,Epic and epic issue
- for bigger tasks an epic issue is going to be created that combines more issuesissue_number
– number preceded by a slash character for a particular issue,description
– the name of the issueSimilarly, to keep a bidirectional history, each commit should be associated with the corresponding issue,
so the template is following #issue_number description
, example:
1 initial project