-
Notifications
You must be signed in to change notification settings - Fork 153
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
Drops old feature apps; renames feature-reaction app => feature #5630
Conversation
248ab44
to
572c6af
Compare
Error RangeError
Dangerfile
|
Duplicate Sources / Packages - Duplicates found!
|
@@ -28,7 +28,6 @@ routes = | |||
/auction-registration/.* | |||
/auction/.*/bid/.* | |||
/auction/.*/buyers-premium | |||
/feature/.*/bid/.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like it should be fine, but this change worries me (is it possible this route is currently active?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can pull this change off but I was assuming it was for when features supported sales, we'd link to bid pages from within that app — there wasn't a proper auction to fetch so the auction route wouldn't be valid but you'd still want to bid. At least this is what I think I remember.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh interesting. I wonder if it's possible to verify (or at least mention to #product-auctions). I suspect you're right but want to be sure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like this route has been marked for removal in the past somewhere - like in a routes.coffee or something - with a note like 'TODO: figure out if we are still using this or remove'. I think i wrote something like this a year or so ago 😬
✂️ ✂️ ✂️ |
I absolutely may have. missed a step here so do give this a look. I won't convert this out of draft until we're ready.