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

[WIP] Add support for dropdown to select the iTC testing group #192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KrauseFx
Copy link
Member

Note: I wasn't able to test this, as I didn't find a way to create a second group.

This PR adds a functionality to provide a white list of tester groups a user should be able to select from. This is useful in case you have multiple groups, for example Release Candidates and Nightly and want each user to choose which program they want to be part of.

The dropdown uses a white-list approach, as many dev teams probably have groups they want to use internally only (or maybe invite-only). This PR also makes sure that the user didn't manually add a new item to the request and try to add themselves by guessing names.
Also, the dropdown is automatically hidden if no white list is provided, or if there is only group provided. The group names are separated by the ; character.

Idea and lobbying by @steipete, :club_mate: works every single time :)

Missing pieces:

  • I wasn't able to test this, as I didn't find a way to create a second group.
  • Add documentation
  • [optional] Add to app.json

@juliangrosshauser
Copy link

I just tested this and everything works as described. I was able to add myself to the group I selected.

@juliangrosshauser
Copy link

We deployed group selection to https://boarding-ios.pdfviewer.io if you want to check it out.

@juliangrosshauser
Copy link

Found a problem:

If I'm already registered in one group and try to add myself to another one I successfully get registered in the other group, but Boarding shows me the error message "Email address is already registered".

@juliangrosshauser
Copy link

Would also be super nice if you could specify some text to explain the different groups to users.

@KrauseFx
Copy link
Member Author

Yeah, agreed, that sounds like two nice additions. Is that something you'd feel comfortable looking into? There is already an open PR that maybe we can merge together? #188

I'm happy to help out :)

@FinHorsley
Copy link
Contributor

@KrauseFx any chance this could get merged? This feature would be incredibly useful for us

@KrauseFx
Copy link
Member Author

KrauseFx commented Mar 3, 2019

I think this is ready to be merged @juliangrosshauser are you using this right now? Is it working as expected?

cc @joshdholtz

@FinHorsley
Copy link
Contributor

@juliangrosshauser @KrauseFx also looks like https://boarding-ios.pdfviewer.io is down? seems to redirect to a page hosted by apple

@steipete
Copy link

steipete commented Mar 3, 2019

We no longer use boarding, now that TestFlight basically does the same. It was really useful until then!

@FinHorsley
Copy link
Contributor

FinHorsley commented Mar 3, 2019

@steipete How does TestFlight provide the same functionality, looks like i must have missed something
(or are you talking about the new API's?)

@joshdholtz
Copy link
Member

@KrauseFx Are you still interested in getting this merged? 😉

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

Successfully merging this pull request may close these issues.

None yet

6 participants