Ashikparvez89

60 mods across 1 repository, 3 stars between them.

add-cms-ui

25

Ashikparvez89/larouex-fullstack-plugin

Command

Create content management UI for editing static JSON content files. Build content editor forms with validation for JSON structure. Implement file upload functionality for JSON updates. Add preview functionality to see changes before publishing. Track version history of content changes with timestamps and authors.…

3 3d ago A 0 tokens copy · 100% MIT

add-cron-azure

28

Ashikparvez89/larouex-fullstack-plugin

Command

Create scheduled background jobs using Azure Functions timer triggers. Implement timer-triggered function with NCRONTAB expression for scheduling. Add comprehensive logging for job execution with Application Insights. Handle execution failures with error notifications. Implement idempotency to prevent duplicate…

3 3d ago A 0 tokens copy · 100% MIT

add-cron-railway

29

Ashikparvez89/larouex-fullstack-plugin

Command

Create scheduled jobs on Railway using node-cron or external cron services. Implement cron scheduler in Express application with node-cron. Add job management API for listing, triggering, and monitoring jobs. Implement comprehensive job logging with timestamps and status. Handle job failures with retry logic and…

3 3d ago A 0 tokens copy · 100% MIT

add-dashboard

30

Ashikparvez89/larouex-fullstack-plugin

Command

Create a comprehensive metrics dashboard layout. Implement responsive grid using Bootstrap with metric cards and charts. Add KPI cards showing key metrics with trend indicators and percentage changes. Create real-time data updates using polling or WebSockets. Implement date range filtering with presets (today, week…

3 3d ago A 0 tokens copy · 100% MIT

add-email-azure

34

Ashikparvez89/larouex-fullstack-plugin

Command

Integrate email functionality using Azure Communication Services or SendGrid. Create Azure Function for sending emails with HTTP trigger. Design email templates using HTML/Handlebars. Implement email validation and sanitization. Handle delivery failures with retry logic and error logging. Create email queue for bulk…

3 3d ago A 0 tokens copy · 100% MIT

add-email-railway

35

Ashikparvez89/larouex-fullstack-plugin

Command

Integrate email functionality using Nodemailer or Resend API. Set up SMTP configuration with environment variables. Create email templates using React Email for type-safe component-based emails. Implement send email API endpoint in Express. Add email validation and rate limiting. Handle delivery failures with retry…

3 3d ago A 0 tokens copy · 100% MIT

add-error-boundary

36

Ashikparvez89/larouex-fullstack-plugin

Command

Implement React error boundaries throughout the application. Create error boundary component with componentDidCatch lifecycle. Add fallback UI with friendly error message and retry button. Log errors to monitoring service (Sentry, Azure Monitor) with stack traces. Implement granular boundaries for different sections…

3 3d ago A 0 tokens copy · 100% MIT

add-error-pages

37

Ashikparvez89/larouex-fullstack-plugin

Command

Create custom error pages for 404, 500, and offline scenarios. Design user-friendly error pages styled with Bootstrap matching brand identity. Add 404 page with helpful navigation links and popular pages. Implement 500 error page with contact options and status page link. Create offline page for progressive web app…

3 3d ago A 0 tokens copy · 100% MIT

add-error-tracking

38

Ashikparvez89/larouex-fullstack-plugin

Command

Integrate Sentry for comprehensive error tracking and monitoring. Create Sentry project and obtain DSN. Add Sentry SDK to frontend (Next.js) and backend (Azure Functions/Express). Configure source maps upload for readable stack traces. Implement automatic error capture for unhandled exceptions. Add user context (ID…

3 3d ago A 0 tokens copy · 100% MIT

add-filters

39

Ashikparvez89/larouex-fullstack-plugin

Command

Create advanced filtering UI components for data exploration. Implement filter sidebar with collapsible sections using Bootstrap accordion. Add multiple filter types: checkboxes, dropdowns, range sliders, date pickers. Support multi-select filters with select all/none options. Display active filters as removable…

3 3d ago A 0 tokens copy · 100% MIT

add-heatmaps

41

Ashikparvez89/larouex-fullstack-plugin

Command

Integrate heatmap and session recording using Microsoft Clarity or Hotjar. Add tracking script to application layout. Configure privacy settings to mask sensitive information (passwords, personal data). Set up custom triggers for recording specific user segments. Implement event tracking for custom interactions.…

3 3d ago A 0 tokens copy · 100% MIT

add-i18n

42

Ashikparvez89/larouex-fullstack-plugin

Command

Implement multi-language support using next-intl. Set up locale detection from browser, URL, or user preference. Create translation files in JSON format for each locale (en, es, fr, etc.). Implement locale-based routing with Next.js App Router. Create language switcher component with dropdown or flags. Translate all…

3 3d ago A 0 tokens copy · 100% MIT

add-image-gallery

43

Ashikparvez89/larouex-fullstack-plugin

Command

Create an image gallery component with upload capability. Implement responsive grid layout using Bootstrap grid system. Add lightbox modal for full-size image viewing with navigation controls. Create image upload interface with drag-and-drop and preview. Support multiple image uploads simultaneously. Implement lazy…

3 3d ago A 0 tokens copy · 100% MIT

add-live-updates

44

Ashikparvez89/larouex-fullstack-plugin

Command

Implement live data updates without WebSockets. Use SWR or React Query for automatic polling and revalidation. Configure polling intervals based on data freshness requirements. Implement Server-Sent Events (SSE) for one-way real-time updates from server. Add optimistic UI updates for immediate user feedback. Handle…

3 3d ago A 0 tokens copy · 100% MIT

add-localization

45

Ashikparvez89/larouex-fullstack-plugin

Command

Add comprehensive number, date, and currency formatting based on user locale. Use JavaScript Intl API for native formatting capabilities. Create formatting utility functions for common patterns: currency, percentages, dates, times. Implement locale-aware components that automatically format values. Add timezone…

3 3d ago A 0 tokens copy · 100% MIT

add-notifications

48

Ashikparvez89/larouex-fullstack-plugin

Command

Create a toast notification system for user feedback. Implement notification context with React Context API for global state. Create toast component styled with Bootstrap alert variants (success, error, warning, info). Add auto-dismiss functionality with configurable timeout. Support manual close button. Implement…

3 3d ago A 0 tokens copy · 100% MIT