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

Page Request - Event Detail Page #483

Open
matheusgomes062 opened this issue Sep 21, 2022 · 0 comments
Open

Page Request - Event Detail Page #483

matheusgomes062 opened this issue Sep 21, 2022 · 0 comments
Assignees
Labels

Comments

@matheusgomes062
Copy link
Contributor

matheusgomes062 commented Sep 21, 2022

Page Description

This Page is used in the section VISIT to display Events.

https://jira.library.ucla.edu/browse/APPS-1509

Acceptance Criteria:

There is page vue component for this route with the assembled components
There is GraphQL query for data to be fetched for this Page
There is libcal rest API call to fetch event details from LibCal
There is cypress test for this Page

Design

Please also see attached screenshots for quick reference.

Slots

Name and description of any slots needed.

Props

props: {
    exampleObject: {
        // Mock: api.page
        type: Object,
        default: () => {}
    },
    exampleArray: {
        // Mock: api.pages
        type: Array,
        default: () => []
    },
    exampleNumber: {
        type: Number,
        default: 0
    },
    exampleString: {
        type: String,
        default: ""
    },
    exampleBoolean: {
        type: Boolean,
        default: true
    }
}

Developer Tips

List any developer tips here

  1. --color-example for the font color

Events

Describe any events that should be emitted by this component.

  1. menuOpened when {something} is clicked on

Child components

List out any components that are used by this new Page.

  1. required-component is used for {what}

Screenshots

{attach screenshots}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant