Giter Club home page Giter Club logo

angular2022's Introduction

angular2022's People

Contributors

ksakae1216 avatar

Watchers

 avatar  avatar

angular2022's Issues

mswの確認

  • リクエストURLの修正
    https://myorg.com/api/api/loginとなっていてapiが1つで良い
    →*/api/loginみたいにするので、ここは不要

  • postmanでapi callできるよう確認
    → postmanはダメだったけど、fetchは大丈夫だった

  • ログインID、パスワードの組み合わせを複数持てるようにする
    → 複数は別に持たなくて良いか(現状、大丈夫)

  • login-api.tsに直書きしてるから、別jsonファイルとかに持っておきたい
    → ここも別に今は対応しなくても良い

セッション切れの確認

cookieにdummyTokenを設定してる
これが30分で切れるか確認。

もしtokenが切れないなら、何かしら対応が必要

ログイン処理を作成

ログインボタン押下で、msw mockにapi callし、成功したらログイン後の画面に遷移

Cypress Update

cypress componentテストを実施したらバージョン関連のwarningが出力された
Screenshot 2024-02-20 at 9 39 54

tableを作成

  • ヘッダー固定でボディをスクロール(sticky header) -> done
  • paging -> done
  • ソート
  • チェックボックス -> done
  • 複数選択メニュー -> done

libs配下のフォルダをlibs/myorgに変更する

1つのアプリだけなら問題ないが、将来的に複数アプリになる場合に困るので、下記のイメージにする

現状
libs
|- feature-top
|- shared

変更後
libs
|- myorg
  |- feature-top
  |- shared
|- second-app
|- third-app

GCPでyarn installが遅い

  • pnpmに置き換えられないか?
  • GCPのPersistent Diskにキャッシュを置くことができそう(ChatGPTがそう答えてた)
  • 他の方法

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.