-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b592453
commit e2d09c5
Showing
4 changed files
with
47 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,47 @@ | ||
# OPass Compose | ||
|
||
Status: **Work In Progress** | ||
|
||
## Development | ||
|
||
### Build Debug APK | ||
|
||
```sh | ||
./gradlew :app:assembleDebug | ||
``` | ||
|
||
### Format | ||
|
||
```sh | ||
./gradlew :app:ktfmtFormat | ||
``` | ||
|
||
### Lint | ||
|
||
```sh | ||
./gradlew :app:detekt | ||
``` | ||
# OPass Compose | ||
|
||
Status: **Work In Progress** | ||
|
||
## Feature | ||
|
||
- [x] Home | ||
- [x] Switch events | ||
- [ ] Sessions | ||
- [x] Browse | ||
- [ ] Details | ||
- [ ] Ticket | ||
- [x] Enter manually | ||
- [ ] Scan a QR Code | ||
- [ ] Scan a image | ||
- [ ] Show my ticket | ||
- [ ] WebView | ||
- [ ] Settings | ||
- [ ] Save tokens | ||
- [ ] Local cache | ||
- [ ] Material Design 3 theme | ||
|
||
## Screenshot | ||
|
||
![home](images/home.png) | ||
![switch-event](images/switch-event.png) | ||
![schedule](images/schedule.png) | ||
|
||
## Development | ||
|
||
### Format | ||
|
||
```sh | ||
./gradlew :app:ktfmtFormat | ||
``` | ||
|
||
### Lint | ||
|
||
```sh | ||
./gradlew :app:detekt | ||
``` | ||
|
||
### Build Debug APK | ||
|
||
```sh | ||
./gradlew :app:assembleDebug | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.