openrewrite / openrewrite/rewrite

Ensure recipe marketplace ADR is accurate

Open
#6,517 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug documentation
Dominant language
Java
Stars
3.7k
Forks
570
Avg merge
13h 12m
Merged PRs (30d)
261

Description

Right now, the recipe marketplace CSV ADR has a couple of issues. There are columns that are listed as optional that aren't - and there is a column that need to have its names changed for clarity. We should ensure that this document is accurate and fix the code if it's wrong or does not match this ADR.

Columns that are marked as optional that shouldn't be

  • displayName
  • description
  • recipeCount
  • category1, category2, ..., categoryN
  • category1Description, category2Description, ..., categoryNDescription
  • options

Column to change

  • team - proposed change would be to organization

Related Slack thread

https://moderneinc.slack.com/archives/C09CJKMPKK2/p1768151064177519?thread_ts=1767726551.854429&cid=C09CJKMPKK2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with doc/adr/0006-recipe-marketplace-csv-format.md and compare its required columns and naming with the code that produces the recipe marketplace CSV. Confirm the listed fields are no longer optional, assess the team-to-organization rename, and update the code if it disagrees. Done means the ADR and generated CSV format match; run the relevant project tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.