ChickenKyiv / ChickenKyiv/recipe-api-only
check this 3
- Dominant language
- JavaScript
- Stars
- 37
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/KinToday/kin-api-server/blob/master/src/api_server/routers/user.js
`function _format_user(user) {
return {
id: user.id,
display_name: user.display_name,
timezone: user.timezone,
first_day: user.first_day,
default_view: user.default_view,
default_calendar_id: user.default_calendar_id,
plan: user.plan,
plan_expiration: user.plan_expiration
};
}`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with src/api_server/routers/user.js and inspect the referenced _format_user function. The issue does not state what is wrong, what should change, or how completion would be verified, so the intended outcome needs clarification before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 10/100