MyUIC Trinity is a student-made forked from MyUIC Neo implementation of MyUIC: the student portal web application of the University of the Immaculate Conception. The focus of MyUIC Trinity is to provide better user experience and better user interface for UIC students by using modern wonders of mobile and design techniques.
Previously, this is a single-page application (SPA) and a progressive web application (PWA) for smooth native-app like experience on any device whether be on the phone, on the tablet, or on the desktop. In this forked this app will be solely a iOS Application and a Android Application (future plans)
Information through online platforms became the norm after the start of the online class mandate. Thus, any data related to financial payments, student grades were heavily relied on the MyUIC student portal. As a student myself of the school along with others, the experience was not good and the information it provides does not utilize it very well to the point that to get the right information, you must go to a series of links which should be exposed directly in the first place.
With this, it hopefully solves the dissatisfaction and other problems experienced by the students.
The name Trinity is inspired from the movie called "Matrix" where Neo is the main character and Trinity is the partner of Neo. This simply mean that MyUIC Trinity will be partnered ressemblance of MyUIC Neo carrying on its looks, feel and functionalitiies but eventually MyUIC Trinity will grow and implement new features along the way.
MyUIC Trinity is solely for iOS completely re-written for Swift using SwiftUI instead of using CapacitorJS on MyUIC Neo, this simply implement such features like biometric login, offline notifications, etc.
- Minimum Deployment Build: iOS 15.0
- Xcode 14 or later
- iDevice or Simulator
- macOS Ventura or later
To run MyUIC Trinity on your local computer, simply execute the following commands:
To run the app, simply run:
git clone https://github.com/aaalgieee/myuic-trinity.git
cd myuic-trinity
open -a Xcode myuic-trinity.xcodeproj
Wanna contribute? Here are the following resources you can use when working on the MyUIC Trinity codebase:
- Apple Developer: https://developer.apple.com/documentation/
- Swift: https://www.swift.org/ & https://developer.apple.com/documentation/swift/
- SwiftUI: https://developer.apple.com/documentation/swiftui/
- Fork it (https://github.com/aaalgieee/myuic-trinity/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Ned Palacios - creator and maintainer (MyUIC Neo)
- Al Gabriel Orig - iOS Port (MyUIC Trinity)