Skip to content

Commit

Permalink
docs: add screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mikucat0309 committed Jan 6, 2024
1 parent b592453 commit e2d09c5
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 23 deletions.
70 changes: 47 additions & 23 deletions README.md
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
```
Binary file added images/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/schedule.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/switch-event.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e2d09c5

Please sign in to comment.