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

Make orgTag run correctly #116

Closed
1 task done
wellemut opened this issue Apr 25, 2022 · 4 comments
Closed
1 task done

Make orgTag run correctly #116

wellemut opened this issue Apr 25, 2022 · 4 comments
Assignees

Comments

@wellemut
Copy link
Member

wellemut commented Apr 25, 2022

orgTags give organisations the tool to have controlled maps where nobody else can change things directly. https://blog.vonmorgen.org/en/moderated-maps/
orgTag-Owner can login to the clearance center https://openfairdb.org/clearance to approve all changes, made by others. Only than, the change will appear in their iframe.

All this fuction is controlled by a little attribution to the URL &orgTag=m4h
The API describes more: https://app.swaggerhub.com/apis/Kartevonmorgen/openfairdb/0.10.5#/Entries%2FPlaces/get_entries__ids_


Test 6 orgTag

  1. Old URL: https://kartevonmorgen.org/#/?entry=1ac56c70146a46af8431be912d2b586b&center=51.685,12.244&zoom=15.00&orgTag=m4h&dropdowns=kvm
    grafik
    (compare this controlled-headline with least unapproved Version without orgTag: https://kartevonmorgen.org/#/?entry=1ac56c70146a46af8431be912d2b586b&center=51.685,12.244&zoom=15.00&dropdowns=kvm
    grafik
  2. with dev: https://dev.kartevonmorgen.org/#/?entry=1ac56c70146a46af8431be912d2b586b&center=51.685,12.244&zoom=15.00&orgTag=m4h&dropdowns=kvm
  3. redirects to https://dev.kartevonmorgen.org/m/kvm/e/1ac56c70146a46af8431be912d2b586b?c=51.6850%2C12.2440&z=15.00&orgTag=m4h which is theoretically correct, just the orgTag lost its funcitonality
    ❌ orgTags not working
  • orgTag functionallity needs to be implemented.
@navid-kalaei
Copy link
Collaborator

fixed. I send org_tag in the search request and the entry fetcher.

@wellemut
Copy link
Member Author

wellemut commented Jul 4, 2022

@navid-kalaei https://dev.kartevonmorgen.org/ seems not to be running. Where is it deployed?

@navid-kalaei
Copy link
Collaborator

it's hosted on my server. the server provider sent me an email that they're shutting down the servers from 18:30 to 21:30 Berlin time on Jul 3rd. nginx and GitHub workers are recovered successfully but kartevonmorgen did not start. I'm debugging the reasons.

it is worthy to mention my personal server is not stable and it's only usage is testing the developments. for the usecases that we need stability and availability we should migrate to a more reliable server.

@wellemut
Copy link
Member Author

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