-
Notifications
You must be signed in to change notification settings - Fork 78
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
Event Calendar #346
Event Calendar #346
Conversation
I am currently working on implementing the new API that @dgmouris added with #343. However, I ran into this CORS error when attempting to fetch data from the API: @dgmouris is there a fix you can make on the server side for this? |
@keifererikson this is awesome just a heads up in reference to.
Enabling CORS on this endpoint will be necessary, especially since setting up a testing environment for this is a bit of a pain and a bit unnecessary. I'll push something up shortly, unless folks have any qualms about it. |
rawData is a temporary solution until we resolve the CORS error
Just worked with @keifererikson to get his environment working locally on a test account to get around this CORS issue. |
@dgmouris I wonder if this (see the update: I test it and it works 🥳 |
Hey @arashsheyda I just took a look and it looks good to me so I just merged it so that @keifererikson can work with better data, I hope that's cool. |
Awesome! Thanks for the quick fix on that one @arashsheyda and @dgmouris! |
May re implement this in the future
Fix CORS error
Move Event class to calendar.vue page
Move Event class to calendar.vue page
… into calendar Made an oopsie, trying to correct it with this merge.
Ah thank you for the reminder on updating the title @dgmouris! |
great work everyone! and thanks |
WIP in the title, or a |
Hi @ajyong ! @arashsheyda may be more familiar with that Node issue than I would, unfortunately. For the WIP comment, I'm not sure what you are meaning with it, but this was a draft PR originally! I changed it to open just a couple days ago. If I'm misunderstanding something please let me know! |
here is the error from the logs: and to change the node version: https://github.com/devedmonton/DES-Website/blob/main/.nvmrc I was hoping someone would do it in the pr-athon but it's still open also I saw in the deploy details it's using yarn instead of npm? (sorry I'm not familiar with netlify's building process either so I have no idea about this 😄 ) |
Oops, my apologies, I made an incorrect assumption. I thought GitHub shows when someone "un-drafts" a PR but I guess not! |
@ajyong I totally blanked and forgot about this when I suggested to @keifererikson my bad! Setting it as draft is way better.
|
Sorry 😢 |
@allcontributors add @keifererikson for code and @arashsheyda for reviews |
I've put up a pull request to add @keifererikson! 🎉 |
@allcontributors add @keifererikson for code |
@keifererikson already contributed before to code |
@allcontributors add @keifererikson for code |
@keifererikson already contributed before to code |
@allcontributors add @arashsheyda for reviews |
I've put up a pull request to add @arashsheyda! 🎉 |
What issue is this referencing?
This is referencing #312. Currently a work in progress.
I was unsure about creating a new "Calendar" link at the top of the page, or if this should be added to the bottom/top of the "Events" page.
Any tips or feedback would be greatly appreciated!
Do these code changes work locally and have you tested that they fix the issue yourself?
Does the following command run without warnings or errors?
npm run pr-checks
Have you taken a look at our contributing guidelines?
My node version matches the one suggested when running
nvm use
?