Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the tags feature #83

Open
1 of 5 tasks
jiegillet opened this issue Dec 9, 2023 · 0 comments
Open
1 of 5 tasks

Implement the tags feature #83

jiegillet opened this issue Dec 9, 2023 · 0 comments

Comments

@jiegillet
Copy link
Contributor

jiegillet commented Dec 9, 2023

Please read exercism/elm#632 first, this issue focuses on implementation.

This issue is a roadmap of things left to do before we can ship the tags feature:

  • Implement the framework for extracting tags using elm-review --extract (Proposal for tagging mechanism #79)
  • Implement all tags listed in this spreadsheet. This can be done in small chunks. New tags can be freely added there, if you want to remove tags, we can discuss it on this issue for better visibility, or in PRs
  • Add mechanism for ignoring editor and exemploid files. Either using the config file (preferred) or a naming convention
  • Add better smoke tests. In particular, check that editor and test files are ignored, and also for the most complex tags (recursion...)
  • Remove --tags feature flag. This is the last step and will make the feature go live
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

No branches or pull requests

1 participant