-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Feature] Site Maps Zoom #143
Comments
Hi, I would like to adopt this task. Could you please assign it to me? Thanks. |
Sure :) the only thing is @CommanderStorm is planning the migration to vue3, so I hope this doesn't conflict. |
This issue is already implemented, isn`t it? 😄 |
No, this is still open. |
Oh yes sorry, I was confused. My problem is that I am not able to test my code. Because on |
Usually, this means that the API is down.
What does your web browsers console put out? Are there warnings? Note that if you are trying to use our public API, this won't work until #259 is merged. |
For |
I don't know why our Project causes so many problems for you.
That sounds suspicious: What steps have you followed to get the API online? More concretely (I am assuming you did run it locally and not via docker or prod):
I have done some work over on #268, if you have feedback where something is unclear, this would be highly appreciated 😅 |
I am so sorry and very thankful for your patience with me. 😄 I thought at the beginning that I don`t need MeiliSearch. Now I set it up but on http://localhost:7700/ it says that "There’s no document in the selected index". And in the server terminal I get the following error code: I think I am very close that it is working. 😆 |
That is awkward… Until then, there are two options:
Thanks for finding all these issues. Telling us, where we are failing is incredibly helpful. |
Unfortunately is this code part not working. NavigaTUM/resources/scripts/regen.sh Lines 12 to 19 in e200bfe
When I want to execute python load_api_data_to_db.py I get a FileNotFoundError because there is no file data/api_data.json . Am I doing something wrong?
|
I am infering, that you ran |
I have to confess, that I have no idea where you are currently and what you have done to this point. pwd # should print .../NavigaTUM/server
ls -lah ./data # should print the contents of .../NavigaTUM/server/data
ls -lah ../data/ouput # should print the contents of .../NavigaTUM/data/output Just running |
I downloaded it from the web. But now I got it working finally. 😄 Thank you very much for your patience! I hope I didn't steal that much of your time! Now I can work on it. 👍🏻 |
I have just one more question. Do I have to do something when I change the code and run my test then? Because now nothing changes in my test environment when I change my code and save it. Or do I have to build the server new every time I have changes? |
It depends on where you do the changes, but in general yes.
|
Is your feature request related to a problem? Please describe.
The Site Maps are pretty small. Especially for older folks/ people with disabilitys this represents a significant hurdle. As the text on the image has a fixed size.
Describe the solution you'd like
For accassability it may be nice to offer an option for users to zoom into the image/pop it out like for headline images.
i.e. I would prefer a solution like this:
Describe alternatives you've considered
In the long term, we are reducing our reliance on these maps anyway as they offer imo worse UX than the map, but sometimes having the extra context of a site-map may be nice.
Additional context
Not a active issue for the person, who suggesed this but something he found a nice to add.
The text was updated successfully, but these errors were encountered: