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

Add "unwanted coverage" to user documentation #431

Open
koppor opened this issue Sep 6, 2024 · 0 comments
Open

Add "unwanted coverage" to user documentation #431

koppor opened this issue Sep 6, 2024 · 0 comments

Comments

@koppor
Copy link

koppor commented Sep 6, 2024

I have a simple project setup.

### Chatting with AI
`req~ai.chat.new-message-based-on-previous~1`
            } else if (keyEvent.getCode() == KeyCode.UP) {
                // [impl->req~ai.chat.new-message-based-on-previous~1]

Now, I get

[unwanted coverage] ← impl~ai.chat.new-message-based-on-previous-2709826873~0

As beginner user, I expect that https://github.com/itsallcode/openfasttrace/blob/main/doc/user_guide.md days something about the case.


Are the artifact types at https://github.com/itsallcode/openfasttrace/blob/main/doc/user_guide.md#specification-item-id hard-coded in the system?

It seems that they are hard-coded in the system. Then, the following sentence needs to be rewritten:

While not enforced by OFT the following strings are well established:


Maybe at https://github.com/itsallcode/openfasttrace/blob/main/doc/user_guide.md#writing-a-specification?

The solution to my concrete case is to add following to the requirement:

Needs: impl
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