We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update: We decided to remove this.
https://github.com/flushingtech/Votte_Backend/blob/ed98ba651876e3c7fbbb96725878dded192a1a19/src/routes/eventsRoutes.js#L24-L28 https://github.com/flushingtech/Votte_Backend/blob/ed98ba651876e3c7fbbb96725878dded192a1a19/src/routes/eventsRoutes.js#L45-L46
The keys and values in titleCorrespondence should be flipped, otherwise, the eventTitle would always just be the one from the RSS feed.
titleCorrespondence
eventTitle
Discussion: Do we really want to convert the event title? Context: The only reason we use this conversion is because the titles of the same event on flushingtech.org and meetup.com/flushing-tech/events are different. Consequence: The decision of this issue will affect the implementation of flushingtech/Votte_Backend#29 and flushingtech/Votte_Backend#30 .
The text was updated successfully, but these errors were encountered:
ah good catch. i'd say just use the one from meetup 👍
(i think this was just a carryover from the old site)
Sorry, something went wrong.
ah good catch. i'd say just use the one from meetup 👍 (i think this was just a carryover from the old site)
Got you.
No branches or pull requests
Update: We decided to remove this.
https://github.com/flushingtech/Votte_Backend/blob/ed98ba651876e3c7fbbb96725878dded192a1a19/src/routes/eventsRoutes.js#L24-L28
https://github.com/flushingtech/Votte_Backend/blob/ed98ba651876e3c7fbbb96725878dded192a1a19/src/routes/eventsRoutes.js#L45-L46
The keys and values in
titleCorrespondence
should be flipped, otherwise, theeventTitle
would always just be the one from the RSS feed.Discussion: Do we really want to convert the event title?
Context: The only reason we use this conversion is because the titles of the same event on flushingtech.org and meetup.com/flushing-tech/events are different.
Consequence: The decision of this issue will affect the implementation of flushingtech/Votte_Backend#29 and flushingtech/Votte_Backend#30 .
The text was updated successfully, but these errors were encountered: