This is a android application to display all existed ODP points in the android map. We can also monitor and see the registered user and port for each ODPs.
- install expo-cli (
npm install -g expo-cli
) - install eas-cli (
npm install -g eas-cli
) - Must have Expo Account, if you don't registered yet then register in here
- if you don't login into eas-cli, then run eas login (if already login, then skip this step)
- run
eas build:configure
- run
eas build --profile development --platform android
, you change into ios if you want to install in the ios platform - after build, you have QR Code to install the app
- run
npx expo start --dev-client
to link the app with your devices
NOTE: when run step 5, making sure all your devices (android and laptop) are connected to the same wifi/networks.
- login (user & admin)
- near by odp 5km
- pencarian odp
- informasi detail table ODP (table) (user)
- mengubah informasi detail table ODP (table)
- informasi user ODP (under table)
- mengubah informasi user ODP (under table)
- edit lokasi ODP (user)
warna Marker:
- hijau (>16 port/customer)
- merah (<=16 port/customer)
- admin bisa semua fitur
- user bisa lihat dan edit informasi dan table
- admin: bisa menambah user credentials
Visit to expo build link to install "preview" APK on your device.