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

FX-1738: only exclude collection hubs from the iOS app #27

Merged
merged 6 commits into from
Feb 25, 2020

Conversation

xtina-starr
Copy link
Contributor

@xtina-starr xtina-starr commented Jan 24, 2020

Addresses: FX-1738 and FX-1739

This remove the rule to exclude all collections pages from being shown in the iOS app and scopes it down to just exclude department (hub) collections. I addresses some merge conflicts in this PR so I'd appreciate it the reviewers took extra care to look at that as well.

Once this is merged we will need to update the dependencies that use this library:

  • force
  • artsy-wwwify
  • sailthru *

*Updates to Sailthru requires you to notify Sailthru support and provide them with the updated apple-app-site-association.json file.

@xtina-starr xtina-starr force-pushed the exclude-collection-hubs-from-ios-app branch from 0d9692b to 9a3dfdf Compare February 7, 2020 14:21
Copy link
Contributor

@ashfurrow ashfurrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍 Just one comment.

Note that for sequencing, we will want to do the following:

  1. Release Collections for iOS
  2. Wait a bit for users to upgrade (about a week, I'd say?)
  3. Merge this PR and deploy

"NOT *L3ZpZGVv*",
"NOT *L25l*",
"NOT *L25ld3Mv*",
"NOT **",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know why these keep showing up in the file, but we should remove NOT ** entries.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bug in the yarn build script for this repo. Just got these extraneous NOT ** after running it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I need to dig into that 😅

@xtina-starr xtina-starr changed the title FX-1738: only exclude collection hubs from the iOS app [HOLD] FX-1738: only exclude collection hubs from the iOS app Feb 7, 2020
@xtina-starr xtina-starr force-pushed the exclude-collection-hubs-from-ios-app branch from d3de470 to ea3f67d Compare February 10, 2020 13:10
@@ -1,5 +1,5 @@
{
"activitycontinuation": {
"activity ntinuation": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like an accidental deletion of some characters.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aww good catch!

@pepopowitz pepopowitz assigned sweir27 and unassigned pepopowitz Feb 10, 2020
Copy link
Contributor

@sweir27 sweir27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one quick comment, other than that looks good!

@@ -25,8 +25,6 @@
"NOT /2016-year-in-art",
"NOT /venice-biennale*",
"NOT /gender-equality*",
"NOT /collections",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we build this index view in the app? I think we'll still want users to see the web version of this (but could totally be missing something).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 I think we still want to keep this line for now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. I just corrected it.

@sweir27 sweir27 merged commit b8fc6cc into master Feb 25, 2020
dleve123 added a commit that referenced this pull request Feb 25, 2020
* commits output of `yarn build`, but removing `NOT **` entries which
  aren't desirable. See [this GH comment][0].

[0]:#27 (comment)
@icirellik icirellik deleted the exclude-collection-hubs-from-ios-app branch December 7, 2020 21:46
@artsyit
Copy link
Contributor

artsyit commented Nov 2, 2021

🚀 PR was released in v1.1.0 🚀

@artsyit artsyit added the released This issue/pull request has been released. label Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants