thunderlink / ThunderFish

Project Repository for 2019 Spring SWPP Class
MIT License
3 stars 2 forks source link

Things we will discuss tomorrow #26

Closed givenone closed 5 years ago

givenone commented 5 years ago

Tomorrow, we will discuss 2 things.

  1. configure django url

    • we can edit api's in views.py and serializers.py after defining all the urls we need.
    • we can make test code after defining it.
  2. configure react actions (maybe?)

    • maybe buggy.
    • to minimize bugs, let's talk together before making actions.
    • after making actions, we can create reducer and so on..
    • after that, we can use "jest" for coverage test. I am studying on it.