GitXplorerGitXplorer
s

grade_view

public
0 stars
0 forks
10 issues

Commits

List of commits on branch master.
Verified
fdd3e64e526a9151a2686de57884cad8895a6f0e

Bump dependencies

ssumanthratna committed 5 years ago
Verified
d60fd2bcc045d1cab37980f1fd5ddd3963fb2d20

Remove App Store link from README

ssumanthratna committed 5 years ago
Verified
8586e88faa9c1f28abec2463955f9de2376f43de

Fix dos2unix installation

ssumanthratna committed 5 years ago
Verified
0986c9e0354f2739da3a020007f88ca2f4f83e45

Run dos2unix on flutter binary

ssumanthratna committed 5 years ago
Verified
9bae040a8aa0814056e95bec368656f9a9451d3a

Only install WSL on Windows

ssumanthratna committed 5 years ago
Verified
afd371e4ca3386bacd63fd74b3f7f0a769952399

Use curl.exe to download Ubuntu 18.04 WSL

ssumanthratna committed 5 years ago

README

The README file for this repository.

FCPS SIS GradeView

Codacy Badge Build Status

An app for FCPS SIS. Aptoide App Store

Setup

The app uses Flutter, so you should install it. Then cd into grade_view and run flutter run. You should have a simulator/emulator running or a physical device connected. More information is available at Flutter's GitHub repository and their website.

iOS

Before running flutter run you should copy ios/Runner/GoogleService-Info-sample.plist to ios/Runner/GoogleService-Info.plist. Then edit the new file and under the key API_KEY enter the Firebase API key (you will likely not have access to this).

Android

THIS SECTION IS INCOMPLETE

If you don't have a keystore, create one with keytool -genkey -v -keystore ~/key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key. Then copy android/key.properties.sample to android/key.properties and replace the appropriate values.

macOS

Since the flutter_secure_storage package does not currently support desktop, the app does not advance beyond the login screen, although authentication functions correctly.

Web

CORS is currently not enabled on the unofficial SIS API. As a result, authentication fails, and you will not be able to advance beyond the login page.

Usage

Run the app and enter either your FCPS credentials or the test user credentials. The test user's username is 1234567. The password field can be left empty (the password does not matter for the test user).