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

[Marker on the Map] The existing workshop with right address is not shown on the map #969

Closed
OksanaGuz opened this issue Mar 7, 2022 · 0 comments

Comments

@OksanaGuz
Copy link

OksanaGuz commented Mar 7, 2022

Environment: macOS Big Sur 11.5.1; Chrome version 99.0.4844.51.
Reproducible: always.
Build found:
gcp-0.0.116
gcp-0.0.55

Preconditions

  1. Follow link https://oos.dmytrominochkin.cloud/#/**
  2. Select "Київ" location
  3. Click on Search button

Use this query to make sure how many workshops present in Хрещатик 1 street.

SELECT w.Title, w.AddressID, a.Latitude, a.Longitude, a.Street, a.BuildingNumber
FROM Workshops w
JOIN Addresses a
ON w.AddressId = a.Id
WHERE Street = "Хрещатик" And BuildingNumber = "1"

Steps to reproduce

  1. Click on Map view
  2. Take a look to Хрещатик 1 street.

Снимок экрана 2022-03-07 в 15 58 29

Actual result
No one workshop marker with the address "Хрещатик 1" is shown on the map

Expected result
The list of classes available in this geographical position is represented. The number of workshops is equal to the database response

User story and test case links
User story ita-social-projects/OoS-Backend#92
Test case https://jira.softserve.academy/browse/OS-342

Labels to be added
"Bug", Priority ("pri: low"), Severity ("severity: minor"), Type ("Functional").

@OksanaGuz OksanaGuz added the bug label Mar 7, 2022
@litvinets litvinets added bug and removed bug labels Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants