codestates / codestates/Vegan_recipe-client
[TASK] recipe.js 내에 작성자를 구독하는 기능 구현
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### ISSUE
- Group: `client`
- Type: `feature`
- Detail: 레시피의 내용을 보는 화면에서, 해당 레시피를 작성한 유저가 마음에 들면 해당 유저를 구독하는 기능을 구현
### TODO
1. [ ] props of Redux상태관리로 subscribe, subscribed의 state를 생성
2. [ ] recipe.js에서 구독버튼 클릭시, 로그인된 유저의 subscribe에 작성자의 id를 추가
3. [ ] recipe.js에서 구독버튼 클릭시, 작성자의 유저 정보에 subscribed에 현재 로그인된 유저의 id를 추가
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with recipe.js and the Redux state flow named in the TODO. Trace how the logged-in user and recipe author IDs are represented before reviewing the subscribe and subscribed state requirements. Done means the recipe view can subscribe to its author and both users' subscription data is updated as specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100