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

EPIC: Create a Databank in the Backend #155

Open
alinawlo opened this issue Dec 10, 2024 · 1 comment
Open

EPIC: Create a Databank in the Backend #155

alinawlo opened this issue Dec 10, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request Epic uprobes

Comments

@alinawlo
Copy link
Contributor

alinawlo commented Dec 10, 2024

User Story

  • As I Developer
  • I want to develop a databank the backend
  • So that I do not always send all the symbols because it is very inefficient, especially for their large number.

Acceptance criteria:

  • on the first search, the symbols of the binary and retrieved are added to the database
  • on subsequent searches, the symbols are searched for in the database and are not retrieved again
  • only the result of the search is sent to the client, not all symbols

Definition of Done:

  • Code for Components has been written.
  • The code does comply to the naming conventions of the used programming language
    Code has been completed
  • Unclear code parts are provided with a short comment, to explain what this part is supposed to do.
    One of the following requirements are met:
  • Developers submit a screenshots of the finished feature as a comment to the related issue OR Developers provide a short description on how to use the feature
  • Feature has been reviewed by another team member
  • Feature has been merged and closed
@alinawlo alinawlo added the enhancement New feature or request label Dec 10, 2024
@alinawlo alinawlo moved this to Product Backlog in amos2024ws03-feature-board Dec 10, 2024
@tamemo99 tamemo99 moved this from Product Backlog to Sprint Backlog in amos2024ws03-feature-board Dec 11, 2024
@tamemo99 tamemo99 moved this from Sprint Backlog to Product Backlog in amos2024ws03-feature-board Dec 11, 2024
@tamemo99 tamemo99 changed the title Create a Databank in the Backend EPIC Create a Databank in the Backend Dec 11, 2024
@tamemo99 tamemo99 added the Epic label Dec 11, 2024
@alinawlo alinawlo changed the title EPIC Create a Databank in the Backend EPIC: Create a Databank in the Backend Dec 11, 2024
@fhilgers fhilgers moved this from Product Backlog to In Progress in amos2024ws03-feature-board Dec 18, 2024
@fhilgers fhilgers self-assigned this Dec 18, 2024
@alinawlo
Copy link
Contributor Author

alinawlo commented Dec 18, 2024

  • refactor the exiting code for the databank
  • integrate frontend
  • category filter
  • attach symbol names in config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Epic uprobes
Projects
Status: In Progress
Development

No branches or pull requests

3 participants