Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

facility-create-edit #53

Closed
wants to merge 50 commits into from
Closed

facility-create-edit #53

wants to merge 50 commits into from

Conversation

aurbeez
Copy link
Contributor

@aurbeez aurbeez commented Nov 1, 2024

notice:

I have done basic testing for these stories manually by merging the implementing-navigation branch and this one into a test branch (test-facility-create-edit-nav).

before merging:

  • connect to nav_graph (I've done it in the test branch but need to carry that over to this one)

@aurbeez aurbeez linked an issue Nov 1, 2024 that may be closed by this pull request
@aurbeez aurbeez changed the title Us 02.01.03 US 02.01.03 Nov 1, 2024
# Conflicts:
#	src/app/src/main/java/com/example/myapplication/EntrantStatus.java
#	src/app/src/main/java/com/example/myapplication/Event.java
#	src/app/src/main/java/com/example/myapplication/Facility.java
#	src/app/src/main/java/com/example/myapplication/User.java
…01.03

# Conflicts:
#	src/app/src/main/java/com/example/myapplication/EntrantStatus.java
#	src/app/src/main/java/com/example/myapplication/Event.java
#	src/app/src/main/java/com/example/myapplication/Facility.java
#	src/app/src/main/java/com/example/myapplication/User.java
@aurbeez aurbeez changed the title US 02.01.03 facility-create-edit Nov 21, 2024
@aurbeez
Copy link
Contributor Author

aurbeez commented Nov 24, 2024

tested the address string to latlng conversion for facility location manually since its a method in the facility creation/edit fragments. Should I just make this method its own class since it is being reused twice and write a unit test for it?

@Cedric-Boucher
Copy link
Contributor

tested the address string to latlng conversion for facility location manually since its a method in the facility creation/edit fragments. Should I just make this method its own class since it is being reused twice and write a unit test for it?

that's a good idea
it can be a static class (like the notification manager)

@aurbeez aurbeez closed this Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

US 02.01.03
3 participants