Amilu Field Data Collection

外掛說明

Amilu Field Data Collection is a WordPress plugin for field data collection, inspired by Epicollect5. It features a drag & drop form builder with 20 field types, a Progressive Web App (PWA) for offline mobile data collection, and automatic synchronization with your WordPress site.

Key Features:

  • Drag & drop form builder with 20 field types
  • Epicollect-style flow logic (jump rules) for conditional navigation
  • Offline-first PWA mobile app with auto-sync
  • Barcode/QR code scanning via html5-qrcode
  • GPS, photo, audio, video, signature capture
  • Leaflet map visualization for geolocated entries
  • REST API for mobile synchronization
  • CSV export
  • Security: escape late, sanitized inputs, nonce verification, timing-safe API key comparison

安裝方式

  1. Upload the amilu-field-data-collection folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu in WordPress
  3. Go to Amilu Field Data Collection > Settings and generate an API key
  4. Open the PWA at https://yoursite.com/amilfida-app/ on your mobile device

常見問題集

Does it work offline?

Yes. The PWA stores data in IndexedDB and syncs automatically when connectivity is restored.

What field types are supported?

Text, number, email, phone, URL, textarea, dropdown, radio, checkbox, date, time, datetime, photo, audio, video, GPS location, barcode/QR, signature, rating, and slider.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Amilu Field Data Collection〉的開發相關工作。

參與者

將〈Amilu Field Data Collection〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.1.1

  • Unique prefix: all functions, classes, defines, options and database tables now use the amilfida prefix
  • Updated Chart.js to 4.5.1
  • All third-party libraries bundled locally (Font Awesome, Chart.js, Leaflet, html5-qrcode)
  • Replaced inline script tags with wp_add_inline_script
  • Replaced move_uploaded_file with wp_handle_upload
  • Granular REST API permission callbacks with capability checks per endpoint
  • PWA manifest and service worker served via WordPress with correct scope headers
  • Fixed Font Awesome webfont paths for local loading

2.1.0

  • Added Epicollect-style flow logic (jump rules) for select/radio fields
  • Added Leaflet map visualization on Entries page
  • Human-readable field labels in entry detail view
  • Added placeholder and step field parameters
  • Security hardening per WordPress Security APIs
  • Responsive palette layout on mobile

2.0.0

  • Complete rewrite with drag & drop form builder
  • Offline-first PWA mobile app
  • REST API with API key authentication
  • Dashboard with Chart.js statistics
  • Barcode/QR scanning with html5-qrcode