https://github.com/diokaratzas/udacity-mentor-dashboard
Unofficial app for Udacity Reviewers!
https://github.com/diokaratzas/udacity-mentor-dashboard
macos mentorship swift swift4 udacity udacity-mentor
Last synced: 6 months ago
JSON representation
Unofficial app for Udacity Reviewers!
- Host: GitHub
- URL: https://github.com/diokaratzas/udacity-mentor-dashboard
- Owner: dioKaratzas
- License: apache-2.0
- Created: 2018-07-12T18:34:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T11:27:25.000Z (about 6 years ago)
- Last Synced: 2025-04-30T15:42:46.677Z (6 months ago)
- Topics: macos, mentorship, swift, swift4, udacity, udacity-mentor
- Language: Swift
- Homepage:
- Size: 6.14 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Udacity Mentor Dashboard
[](https://github.com/dnKaratzas/udacity-mentor-dashboard/releases)
With Udacity Mentor Dashboard app, you can access easily your completed and assigned reviews.
## Installation
You can download an app build [on releases page](https://github.com/dnKaratzas/udacity-mentor-dashboard/releases).
### Requirements
- macOS 10.12+
### Build Requirements
- Xcode 10.0 and above
- Swift 5.0 and aboveBefore you can run the project, make sure to install the dependencies using [Carthage](https://github.com/Carthage/Carthage/releases).
You can install Carthage dependencies by running:
```
carthage update --platform macOS
````## Features
- View completed and assigned reviews.
- Searching.
- Sorting.
- Double click to open submission on browser.
- Right click menu contains:
- Open submission on browser.
- Navigate to Github repository if exists.
- Download project files.
- View earnings for every year
- Click on chart bar to download the statement of the month## Screenshot
## Open Source Libraries
- [Alamofire](https://github.com/Alamofire/Alamofire)
- [SwiftyBeaver](https://github.com/SwiftyBeaver/SwiftyBeaver)
- [KeychainAccess](https://github.com/kishikawakatsumi/KeychainAccess)
- [Charts](https://github.com/danielgindi/Charts)## License
Copyright 2018 Dionysios Karatzas
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
```
http://www.apache.org/licenses/LICENSE-2.0
```Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.