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

Created a database for buglog (user story 2) #32

Merged
merged 29 commits into from
Sep 26, 2024
Merged

Created a database for buglog (user story 2) #32

merged 29 commits into from
Sep 26, 2024

Conversation

lhitmi
Copy link

@lhitmi lhitmi commented Sep 24, 2024

Created a database for buglog to be able to store the data, it will take the data that the client has reported on the form and store it in the bug-log page located in the admin side bar section.

With regard to creating the database, in public/openapi/read/admin/dashboard I created a bug-logs.yaml page then modified the read.yaml to make sure it has included bugle. In public/openapi/components/schemas I created a file called BugLogObject.yaml which is a schema to define the structure of bug log objects returned by the API.

This tackles part of issue #8

@aattiyah aattiyah added this to the Sprint 1 milestone Sep 24, 2024
@aattiyah aattiyah linked an issue Sep 24, 2024 that may be closed by this pull request
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11014400300

Details

  • 3 of 3 (100.0%) changed or added relevant lines in 2 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.006%) to 82.685%

Files with Coverage Reduction New Missed Lines %
src/meta/errors.js 1 76.74%
Totals Coverage Status
Change from base Build 11012412194: 0.006%
Covered Lines: 22347
Relevant Lines: 25607

💛 - Coveralls

@aattiyah aattiyah added backend main code is written in backend Moderate effort Features that need moderate effort to implement labels Sep 24, 2024
Copy link

@akobaidan akobaidan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link

@aattiyah aattiyah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code looks good to me!

@lhitmi lhitmi merged commit 7df6240 into f24 Sep 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend main code is written in backend Moderate effort Features that need moderate effort to implement
Projects
None yet
4 participants