Skip to content

FEATURE: Replace "Example" Brand with "Rec". #70

Description

@pconrad

The Navbar still has "Example" as the "brand". Change this to "UCSB Rec".

Also, currently, when you bring up the site in a browser, the browser tab has "Vite + React" on it.

What we want it to say is "UCSB Rec".

To do this, you need to update the value of <title> in frontend/index.html.

Acceptance Criteria

  • Brand in Navbar shows as UCSB Rec, not Example. (For this, test coverage will be enforced)
  • Title of page shows up as UCSB Rec, not Vite + React
  • optional, but desired (will increase point value from 5 to 10 if present): There is a test to ensure that the title is Dining that fails if that title is changed to something else. Test coverage will not be enforced for this since it's in a .html file, not a .js file, but we should write a test for it anyway if we can.

For that optional last criteria:

It may be as easy as:

 expect(document.title).toBe('UCSB Rec');

But since we've never tried this in our code base before, we don't know for sure. You might need to do some digging if that doesn't work.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions