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

bug(buses): 起點為綜二的公車 detailed 端口停靠站顯示錯誤 #85

Open
iwtba4188 opened this issue Feb 20, 2024 · 0 comments
Assignees
Labels
bug Related to a bug

Comments

@iwtba4188
Copy link
Contributor

iwtba4188 commented Feb 20, 2024

Bug Report

Current Behavior

(略)
  {
    "dep_info": {
      "time": "8:42",
      "description": "",
      "route": "校園公車",
      "dep_stop": "台積館",
      "line": "green"
    },
    "stops_time": [
      {
        "stop_name": "台積館",
        "time": "08:42"
      },
      {
        "stop_name": "人社院/生科館",
        "time": "08:44"
      },
      {
        "stop_name": "楓林小徑",
        "time": "08:46"
      },
      {
        "stop_name": "綜二館",
        "time": "08:47"
      },
      {
        "stop_name": "北校門口",
        "time": "08:48"
      }
    ]
  },
(略)

Expected behavior/code

(略)
  {
    "dep_info": {
      "time": "8:42",
      "description": "",
      "route": "校園公車",
      "dep_stop": "台積館",
      "line": "green"
    },
    "stops_time": [
      {
        "stop_name": "台積館",
        "time": "08:42"
      },
      {
        "stop_name": "人社院/生科館",
        "time": "08:44"
      },
      {
        "stop_name": "楓林小徑",
        "time": "08:46"
      },
      {
        "stop_name": "綜二館",
        "time": "08:47"
      }
    ]
  },
(略)

Description

  • 理論上終點站是綜二館。
  • 突然壞掉的功能,但我一樣懶得馬上改所以來開 Issue

Possible Solution
感覺是小問題,這裡稍微寫好應該就好了,但我好想躺著就好讓我睡覺 (´_ゝ`)

@iwtba4188 iwtba4188 added the bug Related to a bug label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Related to a bug
Projects
None yet
Development

No branches or pull requests

2 participants