Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

G100my/simulation-customer-game

Repository files navigation

stock-website

限時一個禮拜的分組趣味性質模擬賽

從 mock api 獲取資料並按照規定格式渲染

期間實現功能:

  • 搜尋股票代號欄位,並即時顯示搜尋結果
  • 依照年份重新排序資料
  • loading 畫面
  • 動態抽換 DOM (Single Page Application)
  • 數字加上千分位符號,負數顯示為 紅色 小括號
  • 按照年表欄位層級對欄位縮排
  • 頁面重載時能維持在上一次瀏覽的頁面
  • 預設 2330 當進入網站的顯示資料

Source

年表欄位層級

[
  {
    "id": 8,
    "table_name": "balance_sheets",//所屬表格為「資產負債表」
    "column_name": "other_current_assets",//該欄位名稱為「其他流動資產」
    "parent": "current_assets",//該欄位所屬父層為「流動資產」
    "order": 2 //該欄位為第二層級
  },
  {
    "id": 9,
    "table_name": "balance_sheets",//所屬表格為「資產負債表」
    "column_name": "current_assets",//該欄位名稱為「流動資產」
    "parent": "first", //該欄位沒有父層
    "order": 1 //該欄位為第一層級
  }
]

About

模擬案主挑戰賽

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •