resolve README conflict
This commit is contained in:
commit
8c726c3ea8
|
|
@ -0,0 +1,54 @@
|
||||||
|
# ---> Laravel
|
||||||
|
/vendor/
|
||||||
|
node_modules/
|
||||||
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
|
||||||
|
# Laravel 4 specific
|
||||||
|
bootstrap/compiled.php
|
||||||
|
app/storage/
|
||||||
|
|
||||||
|
# Laravel 5 & Lumen specific
|
||||||
|
public/storage
|
||||||
|
public/hot
|
||||||
|
|
||||||
|
# Laravel 5 & Lumen specific with changed public path
|
||||||
|
public_html/storage
|
||||||
|
public_html/hot
|
||||||
|
|
||||||
|
storage/*.key
|
||||||
|
.env
|
||||||
|
Homestead.yaml
|
||||||
|
Homestead.json
|
||||||
|
/.vagrant
|
||||||
|
.phpunit.result.cache
|
||||||
|
|
||||||
|
# ---> Dart
|
||||||
|
# See https://www.dartlang.org/guides/libraries/private-files
|
||||||
|
|
||||||
|
# Files and directories created by pub
|
||||||
|
.dart_tool/
|
||||||
|
.packages
|
||||||
|
build/
|
||||||
|
# If you're building an application, you may want to check-in your pubspec.lock
|
||||||
|
pubspec.lock
|
||||||
|
|
||||||
|
# Directory created by dartdoc
|
||||||
|
# If you don't generate documentation locally you can remove this line.
|
||||||
|
doc/api/
|
||||||
|
|
||||||
|
# dotenv environment variables file
|
||||||
|
.env*
|
||||||
|
|
||||||
|
# Avoid committing generated Javascript files:
|
||||||
|
*.dart.js
|
||||||
|
*.info.json # Produced by the --dump-info flag.
|
||||||
|
*.js # When generated by dart2js. Don't specify *.js if your
|
||||||
|
# project includes source files written in JavaScript.
|
||||||
|
*.js_
|
||||||
|
*.js.deps
|
||||||
|
*.js.map
|
||||||
|
|
||||||
|
.flutter-plugins
|
||||||
|
.flutter-plugins-dependencies
|
||||||
|
|
||||||
81
README.md
81
README.md
|
|
@ -1,79 +1,4 @@
|
||||||
🌟 **SIM-PKPPS**
|
# ta-helgafaisa
|
||||||
|
|
||||||
**Sistem Informasi Monitoring Santri — Web & Mobile Platform**
|
Sistem Informasi Monitoring Santri Berbasis Web dan Mobile
|
||||||
|
>>>>>>> c96ab27f2f42f661f32ac32996153b2d67a53089
|
||||||
**SIM-PKPPS** adalah platform terpadu berbasis **Laravel 10** & **Flutter** untuk membantu pesantren mengelola seluruh aktivitas, perkembangan, dan administrasi santri dalam satu ekosistem digital.
|
|
||||||
Sistem ini mendukung monitoring kegiatan, capaian Qur’an–Hadist, kesehatan, pelanggaran, hingga keuangan, dengan akses berbeda untuk admin, santri, dan wali santri.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🚀 **Fitur Utama**
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🏫 **Web Admin**
|
|
||||||
|
|
||||||
Sarana pengelolaan pusat oleh pengurus pesantren.
|
|
||||||
|
|
||||||
🔐 Manajemen Akun
|
|
||||||
👨🎓 Data Santri
|
|
||||||
💸 Administrasi Keuangan
|
|
||||||
🕋 Kegiatan Harian & Mingguan
|
|
||||||
👋 Absensi Kegiatan (Manual + RFID)
|
|
||||||
📚 Capaian Qur'an – Hadist – Materi Tambahan
|
|
||||||
⚠️ Pelanggaran
|
|
||||||
🏥 Kesehatan Santri
|
|
||||||
🏠 Kepulangan Santri
|
|
||||||
📰 Berita & Informasi
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 👦 **Web Santri**
|
|
||||||
|
|
||||||
Santri hanya dapat melihat seluruh data miliknya sendiri.
|
|
||||||
|
|
||||||
### Menu Santri:
|
|
||||||
|
|
||||||
* 📄 Profil Santri
|
|
||||||
* 💸 Riwayat Uang Saku + grafik
|
|
||||||
* 📋 Riwayat kegiatan dan absensi
|
|
||||||
* ⚠️ Riwayat pelanggaran
|
|
||||||
* 📚 Capaian Qur’an–Hadist
|
|
||||||
* 🏥 Riwayat kesehatan
|
|
||||||
* 🏠 Riwayat kepulangan
|
|
||||||
* 📰 Berita & informasi pesantren
|
|
||||||
* 📊 Dashboard perkembangan & status umum
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📱 **Mobile Wali Santri (Flutter)**
|
|
||||||
|
|
||||||
Aplikasi mobile yang dirancang untuk memberikan transparansi perkembangan santri kepada wali.
|
|
||||||
|
|
||||||
### Fitur Mobile:
|
|
||||||
|
|
||||||
* 👦 Profil anak
|
|
||||||
* 💸 Status SPP & notifikasi jatuh tempo
|
|
||||||
* 📊 Grafik uang saku
|
|
||||||
* ⚠️ Riwayat pelanggaran
|
|
||||||
* 🕋 Riwayat kegiatan & kehadiran
|
|
||||||
* 📚 Capaian Qur’an–Hadist (grafik interaktif)
|
|
||||||
* 🏥 Informasi kesehatan
|
|
||||||
* 🏠 Informasi kepulangan
|
|
||||||
* 📰 Berita & pengumuman
|
|
||||||
* 🔔 Notifikasi real-time
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🛠 **Teknologi yang Digunakan**
|
|
||||||
|
|
||||||
| Komponen | Teknologi |
|
|
||||||
| -------- | ------------------------------- |
|
|
||||||
| Backend | Laravel 10 (PHP 8.2) |
|
|
||||||
| Frontend | Blade Templating + Custom CSS |
|
|
||||||
| Mobile | Flutter |
|
|
||||||
| Database | MySQL |
|
|
||||||
| Grafik | Chart.js |
|
|
||||||
| RFID | USB Reader (Keyboard Emulation) |
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue