jabref icon indicating copy to clipboard operation
jabref copied to clipboard

added open fast trace requirements for backend search

Open Bronterrzel opened this issue 3 months ago • 4 comments

Open Fast Trace style requirements write up for backend search. As part of my bachelor's thesis.

Feedback or additional requirements i missed is appreciated.

Mandatory checks

  • [x] I own the copyright of the code submitted and I license it under the MIT license
  • [/] I manually tested my changes in running JabRef (always required)
  • [/] I added JUnit tests for changes (if applicable)
  • [/] I added screenshots in the PR description (if change is visible to the user)
  • [/] I described the change in CHANGELOG.md in a way that is understandable for the average user (if change is visible to the user)
  • [/] I checked the user documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request updating file(s) in https://github.com/JabRef/user-documentation/tree/main/en.

Bronterrzel avatar Sep 10 '25 19:09 Bronterrzel

Looks like you forgot to add your changes to the commit (besides the submodules as already mentioned by the bot)?

palukku avatar Sep 10 '25 20:09 palukku

Pleaee also include https://github.com/JabRef/jabref/issues/840

koppor avatar Sep 12 '25 19:09 koppor

@trag-bot didn't find any issues in the code! ✅✨

trag-bot[bot] avatar Sep 15 '25 15:09 trag-bot[bot]

Your pull request needs to link an issue correctly.

To ease organizational workflows, please link this pull-request to the issue with syntax as described in https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue:

Linking a pull request to an issue using a keyword

You can link a pull request to an issue by using a supported keyword in the pull request's description or in a commit message.

Examples

  • Fixes #xyz links pull-request to issue. Merging the PR will close the issue.
  • Fixes https://github.com/JabRef/jabref/issues/xyz links pull-request to issue. Merging the PR will close the issue.
  • Fixes https://github.com/Koppor/jabref/issues/xyz links pull-request to issue. Merging the PR will close the issue.
  • Fixes [#xyz](https://github.com/JabRef/jabref/issues/xyz) links pull-request to issue. Merging the PR will NOT close the issue.

jabref-machine avatar Sep 15 '25 15:09 jabref-machine