Skip to content

[WIP] UI changes #30

Open
Ravindrayadav04 wants to merge 8 commits intofeature/RTY-260025from
bugfix/RTY-260028
Open

[WIP] UI changes #30
Ravindrayadav04 wants to merge 8 commits intofeature/RTY-260025from
bugfix/RTY-260028

Conversation

@Ravindrayadav04
Copy link
Collaborator

Pull Request Template

Description

align the header and footer for the all page

Fixes # (issue) #28

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Configuration:

  • Browser:
  • Device:
  • Toolchain:

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

@Ravindrayadav04 Ravindrayadav04 self-assigned this Feb 26, 2026
@Ravindrayadav04 Ravindrayadav04 added the enhancement New feature or request label Feb 26, 2026
@Ravindrayadav04 Ravindrayadav04 marked this pull request as draft February 26, 2026 16:16
@Ravindrayadav04 Ravindrayadav04 changed the title UI changes [WIP] UI changes Feb 26, 2026
@Ravindrayadav04 Ravindrayadav04 marked this pull request as ready for review February 28, 2026 18:30
Copy link
Owner

@recursivezero recursivezero left a comment

Choose a reason for hiding this comment

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

fix issues

return JSONResponse(
status_code=500,
content={"success": False, "error": "INTERNAL_SERVER_ERROR"},
# app.exception_handler(Exception)
Copy link
Owner

Choose a reason for hiding this comment

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

reason to comment these code?

qr_filename = f"{short_code}.png"
qr_dir = BASE_DIR / "static" / "qr"
PROJECT_ROOT = BASE_DIR.parent # go from app/ → project root
qr_dir = PROJECT_ROOT / "assets" / "images" / "qr"
Copy link
Owner

Choose a reason for hiding this comment

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

create QR_DIR constant and use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants