canonn-science / GR-RuinsComboMap

Canonn Guardian Ruins Interactive Map
https://ruins.canonn.tech
GNU General Public License v3.0
2 stars 3 forks source link

Show Obelisk Combo Verification Status from API #9

Closed derrickmehaffy closed 7 years ago

derrickmehaffy commented 7 years ago

Pending on https://github.com/canonn-science/CanonnApi/issues/28

SoulStah was going to work on making a small "Verified by Canonn" Graphic to show on a "True" Value else we can find some small red X graphic to show when "False"

gingters commented 7 years ago

Will be deployed to API with production release 1.1.0. The v1/maps/scandata endpoint will now show the verification state for each obelisk:

{
  "alpha": {
    "a": {
      "1": {
        "scan": "Language 1",
        "isVerified": true,
        "items": [
          "Tablet"
        ]
      },
      "2": {
        "scan": "Language 1",
        "isVerified": false,
        "items": [
          "Tablet"
        ]
      },...
CmdrAdama commented 7 years ago

Added in commit 6c3b30b