JakovTomasic / RitehMaps

Indoor navigation project for the Faculty of Engineering, Rijeka
Apache License 2.0
3 stars 1 forks source link

Functional navigation #47

Closed JakovTomasic closed 1 year ago

JakovTomasic commented 1 year ago

Functional search (on the home page) and the navigation page. I conformed all features to work together after merging all of them into a single branch.

Merging this pull request would conclude the functional navigation milestone.

JakovTomasic commented 1 year ago

The app itself works perfectly. You did an amazing job!

We did. I just merged the changes 😁 But I agree, great job everyone.

JakovTomasic commented 1 year ago

The fix for "Required statuses must pass before merging" was to run the action. Actions run only when the .yaml file is in the current branch. I just pulled it from the main branch as explained here.

The command I used: git checkout origin/main -- .github