{% extends "base.html" %} {% block title %}Admin Dashboard - Orchid Continuum{% endblock %} {% block content %}
Manage orchid database, uploads, and automation
Total Orchids
Pending Uploads
Validated
Featured
Manage Google Drive folder structure and file organization.
Enrich the 5,975 orchid records with comprehensive ecosystem data from the Trefle botanical API. Priority processing for 1,591 FCOS Google Drive records with smart matching algorithms and rate limiting compliance.
Process member photo submissions from Google Forms through AI-enhanced taxonomy validation, metadata enhancement, and comprehensive botanical analysis to discover correlations between observed phenomena, genetics, ecology, anatomy, morphology, and species diversity.
| Filename | Status | Size | Upload Date | Actions |
|---|---|---|---|---|
| {{ upload.original_filename }} | {% if upload.processing_status == 'completed' %} Completed {% elif upload.processing_status == 'processing' %} Processing {% elif upload.processing_status == 'failed' %} Failed {% else %} {{ upload.processing_status|title }} {% endif %} | {% if upload.file_size %} {{ "%.1f"|format(upload.file_size / 1024 / 1024) }} MB {% else %} - {% endif %} | {{ upload.created_at.strftime('%Y-%m-%d %H:%M') }} | {% if upload.orchid_id %} View Orchid {% else %} {% endif %} |
No recent uploads found.
{% endif %}| Source | Status | Items Found | Items Processed | Date | Error |
|---|---|---|---|---|---|
| {{ scrape.source|replace('_', ' ')|title }} | {% if scrape.status == 'success' %} Success {% elif scrape.status == 'error' %} Error {% elif scrape.status == 'processing' %} Processing {% else %} {{ scrape.status|title }} {% endif %} | {{ scrape.items_found or 0 }} | {{ scrape.items_processed or 0 }} | {{ scrape.created_at.strftime('%Y-%m-%d %H:%M') }} | {% if scrape.error_message %} {% else %} - {% endif %} |
No scraping activity found.
{% endif %}