Skip to content

Conversation

@nathanielhourt
Copy link

I recently wanted to work on the recipe parser to add support for some sites I wanted to import recipes from. When
doing so, I noticed the README.md had a very helpful link to the parser in its FAQ section, so I started by following
that; however, while the link was valid, the method referenced did no longer exist. I ended up backing out of the
file referenced in the link and looking around the nearby files, and quickly found a good place to start working on
the recipe parsing call tree.

In this PReq, I update the answer in that FAQ to point to the place I started, since the place it was referencing
previously was presumably removed in some past refactor.

Topic and Scope

Minor update to the README

Concerns/issues

None

Formal requirements

There are some formal requirements that should be satisfied. Please mark those by checking the corresponding box.

  • I did check that the app can still be opened and does not throw any browser logs
  • I created tests for newly added PHP code (check this if no PHP changes were made)
  • I updated the OpenAPI specs and added an entry to the API changelog (check if API was not modified)
  • I notified the matrix channel if I introduced an API change

@github-actions
Copy link

github-actions bot commented Jun 28, 2024

Test Results

   12 files    584 suites   1m 33s ⏱️
  575 tests   575 ✅ 0 💤 0 ❌
2 300 runs  2 299 ✅ 1 💤 0 ❌

Results for commit a01d44b.

♻️ This comment has been updated with latest results.

In the FAQ at the bottom of README.md is a Q&A about issues with
the recipe parser, suggesting that viewers can work on the mehod
that does the actual parsing. The link to the method is outdated.

The place I started when searching for my issue with the parser
was in `RecipeExtractionService.php` in the `parse()` method, so
in this commit I update the outdated reference to point there.

Signed-off-by: Nathaniel <[email protected]>
Signed-off-by: Christian Wolf <[email protected]>
@christianlupus christianlupus merged commit 9160bf2 into nextcloud:master Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants