Server API returns string instead of array for badly-formatted tags
- Dominant language
- Rust
- Stars
- 1.4k
- Forks
- 109
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 19
Description
When tags are correctly formatted as a list in the .cook file
```
tags:
- tag1
- tag2
```
or
```
tags: [tag1, tag2]
```
the server API returns an array of strings for tags.
When for some reason though, the tags are formatted as a single string (`tags: tag1,tag2`), the API returns a single string. I think the response in that case should be an array containing a single string.
Contributor guide
Research direction
Start by locating the server API handling and serialization of recipe tags, then reproduce the response with the list and single-string .cook examples described in the issue. Done means a single-string tags value is returned as an array containing that string, while already-correct list formats remain arrays.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100