承接 cstudios-slovakia/cleaner 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

cstudios-slovakia/cleaner

Composer 安装命令:

composer create-project cstudios-slovakia/cleaner

包简介

PWA for cleaning management

README 文档

README

A premium Progressive Web Application (PWA) designed for managing cleaning properties, rooms, and assignments with a focus on real-time task tracking and personnel management.

✨ Version 1.4 Features

The system has been upgraded to v1.4 with several major enhancements:

  • Relational Role Segregation (4 Levels): Separates operations between Superadmin (master configuration), Admin (regional control, assigned property management), Manager (localized supervisor), and Cleaner (mobile-first checking unit).
  • SMTP Outbound Socket Mailer & AI Summaries: Sends beautiful daily HTML operational summaries automatically via socket-based SMTP, utilizing OpenAI ChatGPT-3.5 to compile concise daily executive reviews.
  • Smart Anti-Spam Filter: Automatically skips email reports if none of the rooms cleaned today contain any general comments, note details, or reported problems, keeping management inboxes clean.
  • Outbox Email Logs & sandbox HTML Inspector: Offers a dedicated management console to audit outgoing logs, filter by transmission statuses (Delivered/Failed), inspect raw transmission details, and render full daily HTML reports inside a sandboxed visual iframe previewer.
  • Dynamic "Cleaning" (In-Progress) Status: Ticking the first checkbox in any active cleaner list instantly updates the property matrix on the dashboard to "Cleaning" (purple), providing supervisors with real-time room tracking.
  • Fluid Aurora Gradients & Glassmorphism Blur: Features a dynamic, animated visual aurora backdrop with slow-gliding glowing blobs and a semi-translucent header with CSS backdrop filters.
  • Touch-Optimized Slideover Modals: Overhauls core slideovers using React Portals (createPortal to document.body with z-[100]) and comfortable bottom layouts (pb-32 scrolling) to prevent overlay blocking or notch clipping on iOS/Android browsers.

🚀 Quick Start (Production Deployment)

The easiest way to install the system on a live server is via Composer. This will download the latest stable version and the pre-built frontend.

composer create-project cstudios-slovakia/cleaner your-directory-name

After installation, navigate to the URL (e.g., https://your-site.com/setup) to complete the database configuration and create your admin account.

🛠 Manual Installation & Development

If you want to contribute to development or set up the project manually, follow these steps.

Prerequisites

  • PHP 8.1+ (with PDO MySQL extension)
  • MySQL/MariaDB
  • Composer
  • Node.js & NPM (for frontend development)

1. Clone the Repository

git clone https://github.com/cstudios-slovakia/cleaning2.git
cd cleaning2

2. Backend Setup

Install PHP dependencies:

composer install

3. Frontend Setup

Navigate to the frontend directory, install dependencies, and build the project:

cd frontend
npm install
npm run build
cd ..

The build process will output files to frontend/dist. To serve the application, copy these files to the project root:

cp -r frontend/dist/* .

4. Database Configuration

  1. Create a new MySQL database.
  2. Run the setup wizard by visiting https://your-site.com/setup.
  3. Alternatively, you can manually create api/config/db.php:
    <?php
    return [
        'host' => 'localhost',
        'port' => '3306',
        'dbname' => 'your_db_name',
        'user' => 'your_user',
        'password' => 'your_password',
        'charset' => 'utf8mb4'
    ];

5. Running Migrations

The system uses a custom migration script to keep the database schema up to date. After setup, or after pulling new updates, visit: https://your-site.com/api/public/migrate.php

🔧 Server Configuration

Apache (.htaccess)

The project includes a .htaccess file for URL rewriting. Ensure that mod_rewrite is enabled on your server so that the SPA routing works correctly.

Permissions

Ensure the following directories are writable by the web server user:

  • /api/config (for the setup wizard)

📱 PWA Features

This application is a Progressive Web App. To install it on your device:

  1. Open the app in a mobile browser (Chrome for Android, Safari for iOS).
  2. Use the "Add to Home Screen" option.
  3. The app name and branding can be customized in the System Settings within the application.

⚖️ License

© 2026 Cstudios Slovakia. All rights reserved.

cstudios-slovakia/cleaner 适用场景与选型建议

cstudios-slovakia/cleaner 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 16 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 05 月 05 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 cstudios-slovakia/cleaner 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 cstudios-slovakia/cleaner 我们能提供哪些服务?
定制开发 / 二次开发

基于 cstudios-slovakia/cleaner 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 16
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 38
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-05-05