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

Building Floors should be str[] instead of int[] #26

Open
Xavilien opened this issue Dec 1, 2023 · 0 comments
Open

Building Floors should be str[] instead of int[] #26

Xavilien opened this issue Dec 1, 2023 · 0 comments
Labels
wontfix This will not be worked on

Comments

@Xavilien
Copy link
Collaborator

Xavilien commented Dec 1, 2023

Currently the building floors are stored as int[] because getRecommendation requires the floors to be int. However, some floors are labelled "LL", "A", "B" etc and so floors should be str[]. Need to convert the str to int before passing to getRecommendation

@anudaweerasinghe anudaweerasinghe added the wontfix This will not be worked on label Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants