Skip to content

THIS PROJECT IS ARCHIVED. Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the iOS application of this project.

License

Notifications You must be signed in to change notification settings

ciheanyi/mentorship-ios

 
 

Repository files navigation

Mentorship System (iOS)

Mentorship System is an application that allows women in tech to mentor each other, on career development topics, through 1:1 relations for a certain period.

This is the iOS client for the Mentorship System.

Visit here to see all the screenshots

Setting up the project

  1. Make sure you have Xcode IDE downloaded on your machine for development.
  2. Fork the project. Go to mentorship-ios and click on Fork in the top right corner to fork the repository to your Github account.
  3. Clone the project. Open the forked mentorship-ios repository from your GitHub account and click on the "Clone or Download" button. You should be able to see the option "Open in Xcode"; this is the recommended option and should be used to get a local copy of the project on your machine.
  4. Open your terminal and go to the project folder on your machine. Run the command pod install (note: you may first need to install cocoapods using sudo gem install cocoapods). A new .xcworkspace file shall be created.
  5. You're all set now! Use the .xcworkspace file for development.

Setting up social sign-in (Optional)

The Mentorship iOS app currently supports two different social sign in providers - Apple and Google. The set-up for both of these is a little different and are explained below-

Set-up Sign in with Apple

  1. You will need an Apple Developer Account and the 'Account Holder' or 'Admin' rights for that account.
  2. Add capability in Xcode project as explained here.
  3. Register outbound email domain (mentorshiptest@mail.com) on your Apple Developer account. Instructions

Set-up Sign in with Google

  1. Generate OAuth client id for project from here. You shall get a Configuration.plist file, save that for convenience.
  2. Add reversed client id (from Configuration.plist file) as an URL type in Xcode project.
  3. Add the client id in Config.plist file in the project for the key 'googleAuthClientId'.
  4. To test Sign in with Google, you'll have to set-up the backend locally and use this same client-id as an environment variable. Please see the instructions for setting up the backend locally.

Contributing

For contributing, you first need to configure the remotes and then submit pull requests with your changes. Both of these steps are explained in detail in the links below and we recommend all contributors to go through them-

  1. Configuring Remotes
  2. Contributing and developing a feature

Please read our Contributing Guidelines, Code of Conduct, and Reporting Guidelines.

Contact

You can reach our community at AnitaB.org Open Source Zulip.

We use #mentorship-system stream on Zulip to discuss this project and interact with the community. If you're interested in contributing to this project, join us there!

License

Mentorship System is licensed under the GNU General Public License v3.0. Learn more about it in the LICENSE file.

About

THIS PROJECT IS ARCHIVED. Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the iOS application of this project.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.8%
  • Ruby 0.2%