project-ContractPILOT

byVijesh V Adiyodi

build the app **Product name:** ContractPilot AMC **Category:** Vertical micro-SaaS for recurring maintenance and service businesses **Primary user:** Small and mid-sized service companies managing annual maintenance contracts, planned preventive maintenance, technician visits, renewals, and recurring billing, breakdown tracking and analysis ContractPilot AMC is a focused operating system for annual maintenance contracts and recurring service agreements. It is designed for service companies that currently manage contract schedules, renewal reminders, site visits, and billing through spreadsheets, WhatsApp, and disconnected field-service tools, even though the business risk sits in missed visits, late invoicing, weak documentation, and lost renewals

LandingDocumentationBillingCustomersDashboardContractsLoginRenewalsVisitsBreakdownsSchedule
Landing

Comments (0)

No comments yet. Be the first!

Project Tasks

94
#1

Database Schema & Migrations

Backlog

Design and implement database schema, migrations, and indexes for user, contract, visit, and billing entities.

AI 70%
Human 30%
High Priority
3 days
Data Engineer
#9

CI/CD Pipeline Setup

Backlog

Set up CI/CD pipeline for automated testing, building, and deployment of the application.

AI 50%
Human 50%
High Priority
3 days
DevOps Engineer
#10

Implement CTASection for Landing

Backlog

As a frontend developer, implement the CTASection for the Landing page. This section includes a motion-enhanced card with a title, description, and two call-to-action buttons. The card uses the 'motion' library for animations, transitioning from opacity 0 and y-position 30 to opacity 1 and y-position 0 when in view. Ensure the links to '/Login' and '/Contracts' are conditionally shown based on persona access. Page access: shared by all personas (Administrative Staff, Service Company Manager, Technician).

AI 90%
Human 10%
High Priority
1 day
Frontend Developer
#11

Implement FeaturesSection for Landing

Backlog

As a frontend developer, implement the FeaturesSection for the Landing page. This section displays a grid of feature cards, each with an icon, title, and description. The cards animate into view using the 'motion' library, with staggered delays for each card. Ensure the section is accessible to all personas as it provides an overview of the application's capabilities. Page access: shared by all personas (Administrative Staff, Service Company Manager, Technician).

AI 90%
Human 10%
High Priority
1.5 days
Frontend Developer
#12

Implement Footer for Landing

Backlog

As a frontend developer, implement the Footer for the Landing page. This section includes multiple columns of links categorized under Product, Operations, and Resources. The links must be conditionally displayed based on persona access. Ensure the footer is consistent with the rest of the application and may already exist from previous pages. Page access: shared by all personas (Administrative Staff, Service Company Manager, Technician).

AI 85%
Human 15%
Medium Priority
0.5 days
Frontend Developer
#13

Implement HeroSection for Landing

Backlog

As a frontend developer, implement the HeroSection for the Landing page. This section features a dynamic hero area with a title, subtitle, and call-to-action buttons. It includes interactive animations using 'motion' and 'useMotionValue' for mouse movement effects. The section cycles through stages with color-coded labels, and the animations should be responsive to user interactions. Page access: shared by all personas (Administrative Staff, Service Company Manager, Technician).

AI 90%
Human 10%
High Priority
2 days
Frontend Developer
#14

Implement HowItWorksSection for Landing

Backlog

As a frontend developer, implement the HowItWorksSection for the Landing page. This section outlines the process in four steps, each with a number, title, and description. The steps animate into view using the 'motion' library with staggered delays. Ensure the section is accessible to all personas as it explains the application's workflow. Page access: shared by all personas (Administrative Staff, Service Company Manager, Technician).

AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#15

Implement Navbar for Landing

Backlog

As a frontend developer, implement the Navbar for the Landing page. This component includes a logo, navigation links, and a toggleable menu for smaller screens. The navbar changes style when scrolled. Ensure links are conditionally displayed based on persona access, and the component may already exist from previous pages. Page access: shared by all personas (Administrative Staff, Service Company Manager, Technician).

AI 85%
Human 15%
High Priority
1 day
Frontend Developer
#16

Implement StatsSection for Landing

Backlog

As a frontend developer, implement the StatsSection for the Landing page. This section displays key statistics in a grid format, with each stat animating into view using the 'motion' library. Ensure the section is accessible to all personas as it highlights the application's impact. Page access: shared by all personas (Administrative Staff, Service Company Manager, Technician).

AI 90%
Human 10%
Medium Priority
0.5 days
Frontend Developer
#39

Implement ScheduleDateRangeFilter for Schedule

Backlog

As a frontend developer, implement the ScheduleDateRangeFilter section which includes two date input fields for selecting a start and end date. This section uses useState hooks to manage the state of the selected dates. It is accessible by Service Company Manager and Technician personas. Page access: Service Company Manager, Technician only.

AI 90%
Human 10%
Medium Priority
0.5 days
Frontend Developer
#40

Implement ScheduleTechnicianFilter for Schedule

Backlog

As a frontend developer, implement the ScheduleTechnicianFilter section which includes a dropdown for selecting technicians. It uses useState for managing the dropdown state and selected technicians, useRef for dropdown reference, and useEffect for handling clicks outside the dropdown. This section is accessible by Service Company Manager and Technician personas. Page access: Service Company Manager, Technician only.

AI 90%
Human 10%
High Priority
1 day
Frontend Developer
#41

Implement ScheduleStatusFilter for Schedule

Backlog

As a frontend developer, implement the ScheduleStatusFilter section which includes buttons for filtering visits by status ('All', 'Scheduled', 'Completed', 'Cancelled'). It uses useState to manage the active status. This section is accessible by Service Company Manager and Technician personas. Page access: Service Company Manager, Technician only.

AI 90%
Human 10%
Medium Priority
0.5 days
Frontend Developer
#42

Implement ScheduleViewToggle for Schedule

Backlog

As a frontend developer, implement the ScheduleViewToggle section which includes buttons to toggle between 'calendar' and 'list' views. It uses props to manage the viewMode state. This section is accessible by Service Company Manager and Technician personas. Page access: Service Company Manager, Technician only.

AI 90%
Human 10%
Medium Priority
0.5 days
Frontend Developer
#43

Implement ScheduleCalendarGrid for Schedule

Backlog

As a frontend developer, implement the ScheduleCalendarGrid section which displays a calendar grid with days of the month. It uses useState to manage the current month and year, and functions to navigate between months. It highlights today, past, and upcoming days, and displays sample visits. This section is accessible by Service Company Manager and Technician personas. Page access: Service Company Manager, Technician only.

AI 85%
Human 15%
High Priority
2 days
Frontend Developer
#44

Implement ScheduleCalendarLegend for Schedule

Completed in 1h 43m 1s
Done

As a frontend developer, implement the ScheduleCalendarLegend section which displays a legend for the calendar with color codes for 'Scheduled', 'Completed', 'Cancelled', and 'Upcoming' statuses. This section is accessible by Service Company Manager and Technician personas. Page access: Service Company Manager, Technician only.

Task Progress
100%
StagingCompleted
AI 90%
Human 10%
Low Priority
0.5 days
Frontend Developer
#45

Implement ScheduleVisitCardList for Schedule

Backlog

As a frontend developer, implement the ScheduleVisitCardList section which displays a list of visit cards with details such as date, technician, customer, and location. It uses sample data and conditionally renders an empty state message if no visits match the filters. This section is accessible by Service Company Manager and Technician personas. Page access: Service Company Manager, Technician only.

AI 85%
Human 15%
High Priority
1.5 days
Frontend Developer
#46

Implement ScheduleVisitSortControls for Schedule

Backlog

As a frontend developer, implement the ScheduleVisitSortControls section which includes buttons for sorting visits by 'Date', 'Technician', 'Status', and 'Customer Name'. It uses useState to manage the sort key and order. This section is accessible by Service Company Manager and Technician personas. Page access: Service Company Manager, Technician only.

AI 90%
Human 10%
Medium Priority
0.5 days
Frontend Developer
#60

Implement BreakdownsSearchBar for Breakdowns

Backlog

As a frontend developer, implement the BreakdownsSearchBar section which includes a search input with a clear button. The search bar allows filtering by ID, site, or description. It uses a state hook to manage the query state and includes SVG icons for search and clear actions. This section is accessible by Service Company Manager and Technician personas. Page access: Service Company Manager, Technician only.

AI 85%
Human 15%
Medium Priority
1 day
Frontend Developer
#61

Implement BreakdownsFilters for Breakdowns

Backlog

As a frontend developer, implement the BreakdownsFilters section which includes a toggleable filter panel with options for status, severity, date range, technician, and contract. It uses multiple state hooks to manage filter states and includes a clear filters function. This section is accessible by Service Company Manager and Technician personas. Page access: Service Company Manager, Technician only.

AI 85%
Human 15%
High Priority
1.5 days
Frontend Developer
#62

Implement BreakdownsMetrics for Breakdowns

Completed in 1h 7m 52s
Done

As a frontend developer, implement the BreakdownsMetrics section which displays key metrics such as Total Breakdowns, Critical Issues, Resolution Rate, and Avg Resolution Time. Each metric is displayed in a card with dynamic styling based on the metric's importance. This section is accessible by Service Company Manager and Technician personas. Page access: Service Company Manager, Technician only.

Task Progress
100%
StagingCompleted
AI 90%
Human 10%
Medium Priority
0.5 days
Frontend Developer
#63

Implement BreakdownsTrendChart for Breakdowns

Backlog

As a frontend developer, implement the BreakdownsTrendChart section which includes an interactive bar chart displaying breakdown frequency over time. The chart allows toggling between 30, 60, and 90-day views and uses state hooks to manage data and tooltip visibility. This section is accessible by Service Company Manager and Technician personas. Page access: Service Company Manager, Technician only.

AI 85%
Human 15%
High Priority
2 days
Frontend Developer
#64

Implement BreakdownsResolutionChart for Breakdowns

Backlog

As a frontend developer, implement the BreakdownsResolutionChart section which displays a bar chart of resolution time distribution. The chart uses state hooks for tooltip management and dynamically calculates bar widths based on resolution data. This section is accessible by Service Company Manager and Technician personas. Page access: Service Company Manager, Technician only.

AI 85%
Human 15%
Medium Priority
1 day
Frontend Developer
#65

Implement BreakdownsTable for Breakdowns

Backlog

As a frontend developer, implement the BreakdownsTable section which includes a sortable and paginated table displaying breakdown details. The table uses state hooks for sorting and pagination, and memoization for performance optimization. This section is accessible by Service Company Manager and Technician personas. Page access: Service Company Manager, Technician only.

AI 80%
Human 20%
High Priority
2.5 days
Frontend Developer
#94

Deploy develop branch to stage

Completed in 16m 10s
Done

Deploy the current develop branch to the stage environment for this product. Do not implement code changes.

Task Progress
100%
StagingCompleted
AI 100%
Human 0%
High Priority
1 day
DevOps Engineer
#2

API Resources & Services

Backlog

Develop API resources and services for managing contracts, visits, billing, and user authentication.

Depends on:#1
Waiting for dependencies
AI 60%
Human 40%
High Priority
4 days
Backend Developer
#17

Implement Navbar for Login

Backlog

As a frontend developer, implement the Navbar section for the Login page. This component includes navigation links to Dashboard, Contracts, Schedule, Renewals, and Billing, and a Sign In link. Ensure that links to restricted pages are conditionally shown based on persona access. This component may already exist from the Landing page and should be reused if possible. Page access: shared by all personas (Administrative Staff, Service Company Manager, Technician).

Depends on:#10
Waiting for dependencies
AI 90%
Human 10%
High Priority
0.5 days
Frontend Developer
#86

Create Contract API

Backlog

As a Backend Developer, create API endpoints for managing contracts, including creation, updating, deletion, and retrieval of contract details. Ensure endpoints are secured with appropriate authorization checks.

Depends on:#1
Waiting for dependencies
AI 0%
Human 100%
High Priority
3 days
Backend Developer
#87

Create Visit API

Backlog

As a Backend Developer, create API endpoints for managing visits, including scheduling, updating status, and retrieving visit details. Ensure endpoints are secured with appropriate authorization checks.

Depends on:#1
Waiting for dependencies
AI 0%
Human 100%
High Priority
3 days
Backend Developer
#88

Create Billing API

Backlog

As a Backend Developer, create API endpoints for managing billing, including invoice generation, payment processing, and retrieval of billing details. Ensure endpoints are secured with appropriate authorization checks.

Depends on:#1
Waiting for dependencies
AI 0%
Human 100%
High Priority
3 days
Backend Developer
#89

Create Renewal API

Backlog

As a Backend Developer, create API endpoints for managing contract renewals, including sending reminders and updating renewal status. Ensure endpoints are secured with appropriate authorization checks.

Depends on:#1
Waiting for dependencies
AI 0%
Human 100%
High Priority
2 days
Backend Developer
#3

Authentication & RBAC

Backlog

Implement authentication and role-based access control for different personas: Service Company Manager, Technician, and Administrative Staff.

Depends on:#2
Waiting for dependencies
AI 65%
Human 35%
High Priority
3 days
Backend Developer
#5

Background Jobs & Notifications

Backlog

Set up background jobs for renewal reminders and notifications for scheduled visits.

Depends on:#2
Waiting for dependencies
AI 60%
Human 40%
Medium Priority
2.5 days
Backend Developer
#7

API Client & Service Layer

Backlog

Develop the API client and service layer for frontend to interact with backend services.

Depends on:#2
Waiting for dependencies
AI 55%
Human 45%
Medium Priority
2.5 days
Frontend Developer
#18

Implement LoginCard for Login

Backlog

As a frontend developer, implement the LoginCard section for the Login page. This component displays a heading, subheading, and an error message if provided. It wraps child components such as LoginInputs and LoginActions. Page access: shared by all personas (Administrative Staff, Service Company Manager, Technician).

Depends on:#17
Waiting for dependencies
AI 90%
Human 10%
High Priority
0.5 days
Frontend Developer
#23

Implement Footer for Login

Backlog

As a frontend developer, implement the Footer section for the Login page. This component includes columns for Product, Company, and Support links, and a footer bottom with copyright information. This component may already exist from the Landing page and should be reused if possible. Page access: shared by all personas (Administrative Staff, Service Company Manager, Technician).

Depends on:#17
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
0.5 days
Frontend Developer
#24

Implement DashboardHeader for Dashboard

Backlog

As a frontend developer, implement the DashboardHeader section which displays the current date, a welcome message for the Service Company Manager, and action buttons for creating a new contract, scheduling a visit, and viewing reports. Ensure the date is formatted correctly for the 'en-AE' locale. This section is accessible only by the Service Company Manager. Page access: Service Company Manager only.

Depends on:#17
Waiting for dependencies
AI 90%
Human 10%
High Priority
1 day
Frontend Developer
#31

Implement ContractsHeader for Contracts

Backlog

As a frontend developer, implement the ContractsHeader section which includes breadcrumb navigation, a title, subtitle, and a 'Create New Contract' button with an SVG icon. This section is accessible by Administrative Staff and Service Company Manager. Ensure the breadcrumb reflects the current page context and the button is styled according to the design. This section depends on the Login page implementation. Page access: Administrative Staff, Service Company Manager only.

Depends on:#17
Waiting for dependencies
AI 90%
Human 10%
High Priority
0.5 days
Frontend Developer
#90

Integrate Contract Frontend and Backend

Backlog

As a Tech Lead, verify the end-to-end integration between the Contract frontend implementation and the Contract backend API. Ensure data flows correctly, API responses are handled properly in the UI, and all interactions work as expected.

Depends on:#86
Waiting for dependencies
AI 0%
Human 100%
Medium Priority
1.5 days
Tech Lead
#91

Integrate Visit Frontend and Backend

Backlog

As a Tech Lead, verify the end-to-end integration between the Visit frontend implementation and the Visit backend API. Ensure data flows correctly, API responses are handled properly in the UI, and all interactions work as expected.

Depends on:#87
Waiting for dependencies
AI 0%
Human 100%
Medium Priority
1.5 days
Tech Lead
#92

Integrate Billing Frontend and Backend

Backlog

As a Tech Lead, verify the end-to-end integration between the Billing frontend implementation and the Billing backend API. Ensure data flows correctly, API responses are handled properly in the UI, and all interactions work as expected.

Depends on:#88
Waiting for dependencies
AI 0%
Human 100%
Medium Priority
1.5 days
Tech Lead
#93

Integrate Renewal Frontend and Backend

Backlog

As a Tech Lead, verify the end-to-end integration between the Renewal frontend implementation and the Renewal backend API. Ensure data flows correctly, API responses are handled properly in the UI, and all interactions work as expected.

Depends on:#89
Waiting for dependencies
AI 0%
Human 100%
Medium Priority
1.5 days
Tech Lead
#4

API Authorization

Backlog

Ensure API endpoints are secured with appropriate authorization checks based on user roles.

Depends on:#3
Waiting for dependencies
AI 60%
Human 40%
Medium Priority
2 days
Backend Developer
#6

Frontend Routing Shell

Backlog

Implement the routing shell for the application, ensuring protected routes based on user roles.

Depends on:#3
Waiting for dependencies
AI 50%
Human 50%
Medium Priority
2 days
Frontend Developer
#19

Implement LoginInputs for Login

Backlog

As a frontend developer, implement the LoginInputs section for the Login page. This component includes input fields for email and password, a toggle button to show/hide the password, and a checkbox for 'Remember me'. It manages state for email, password, and remember using props. Page access: shared by all personas (Administrative Staff, Service Company Manager, Technician).

Depends on:#18
Waiting for dependencies
AI 90%
Human 10%
High Priority
1 day
Frontend Developer
#20

Implement LoginActions for Login

Backlog

As a frontend developer, implement the LoginActions section for the Login page. This component includes a Sign In button that triggers the onSignIn function and displays a loading state. It also provides links for 'Forgot password?' and 'Sign up'. Page access: shared by all personas (Administrative Staff, Service Company Manager, Technician).

Depends on:#18
Waiting for dependencies
AI 90%
Human 10%
High Priority
0.5 days
Frontend Developer
#21

Implement LoginDivider for Login

Backlog

As a frontend developer, implement the LoginDivider section for the Login page. This component visually separates the traditional login inputs from social login options with a line and text 'or continue with'. Page access: shared by all personas (Administrative Staff, Service Company Manager, Technician).

Depends on:#18
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
0.5 days
Frontend Developer
#25

Implement QuickStats for Dashboard

Backlog

As a frontend developer, implement the QuickStats section which displays key statistics such as Total Active Contracts, Pending Renewals, Upcoming Visits, and Monthly Billing Total. Each stat card should be clickable, navigating to the respective page. This section is accessible only by the Service Company Manager. Page access: Service Company Manager only.

Depends on:#24
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#26

Implement UpcomingVisits for Dashboard

Backlog

As a frontend developer, implement the UpcomingVisits section which lists scheduled visits for the next 7 days. Each visit card should display customer details, location, date and time, technician, and status with appropriate color coding. This section is accessible only by the Service Company Manager. Page access: Service Company Manager only.

Depends on:#24
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1.5 days
Frontend Developer
#27

Implement RenewalAlerts for Dashboard

Backlog

As a frontend developer, implement the RenewalAlerts section which displays a table of contracts expiring in the next 30 days. Each row should show contract ID, customer, expiry date, days remaining, and actions for renewal. Urgent renewals should be highlighted. This section is accessible only by the Service Company Manager. Page access: Service Company Manager only.

Depends on:#24
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1.5 days
Frontend Developer
#28

Implement BillingSummary for Dashboard

Backlog

As a frontend developer, implement the BillingSummary section which displays metrics such as Pending Invoices, Outstanding Amount, and Average Days Overdue. Include a link to view all billing details. This section is accessible only by the Service Company Manager. Page access: Service Company Manager only.

Depends on:#24
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#29

Implement RecentInvoices for Dashboard

Backlog

As a frontend developer, implement the RecentInvoices section which displays a table of recent invoices with details such as invoice number, customer, amount, date issued, and status. Status should be color-coded. This section is accessible only by the Service Company Manager. Page access: Service Company Manager only.

Depends on:#24
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1.5 days
Frontend Developer
#30

Implement QuickActions for Dashboard

Backlog

As a frontend developer, implement the QuickActions section which provides buttons for primary actions like creating a new contract, scheduling a visit, sending renewal reminders, generating invoices, and reporting breakdowns. Include secondary actions for exporting data and accessing settings. This section is accessible only by the Service Company Manager. Page access: Service Company Manager only.

Depends on:#24
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#32

Implement ContractsSearchBar for Contracts

Backlog

As a frontend developer, implement the ContractsSearchBar section which includes a search input field with a placeholder and an SVG search icon. The input should handle changes via the onChange prop. This section is accessible by Administrative Staff and Service Company Manager. Page access: Administrative Staff, Service Company Manager only.

Depends on:#31
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
0.5 days
Frontend Developer
#33

Implement ContractsFilterPanel for Contracts

Backlog

As a frontend developer, implement the ContractsFilterPanel section which includes multiple filter controls for status, customer, service type, and date range. It should support clearing filters and display active filters with removable chips. This section is accessible by Administrative Staff and Service Company Manager. Page access: Administrative Staff, Service Company Manager only.

Depends on:#31
Waiting for dependencies
AI 85%
Human 15%
High Priority
1.5 days
Frontend Developer
#34

Implement ContractsTableWrapper for Contracts

Backlog

As a frontend developer, implement the ContractsTableWrapper section which includes a table with sortable columns, checkboxes for row selection, and formatted currency and date values. It should also integrate with the ContractsRowActions component for row-specific actions. This section is accessible by Administrative Staff and Service Company Manager. Page access: Administrative Staff, Service Company Manager only.

Depends on:#31
Waiting for dependencies
AI 85%
Human 15%
High Priority
2 days
Frontend Developer
#36

Implement ContractsPageSize for Contracts

Backlog

As a frontend developer, implement the ContractsPageSize section which includes a dropdown to select the number of rows per page. The dropdown should update the page size via the onChange prop. This section is accessible by Administrative Staff and Service Company Manager. Page access: Administrative Staff, Service Company Manager only.

Depends on:#31
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
0.5 days
Frontend Developer
#37

Implement ContractsNavigation for Contracts

Backlog

As a frontend developer, implement the ContractsNavigation section which includes pagination controls to navigate through pages of contracts. It should display the current range of contracts being viewed and allow navigation between pages. This section is accessible by Administrative Staff and Service Company Manager. Page access: Administrative Staff, Service Company Manager only.

Depends on:#31
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#38

Implement SchedulePageHeader for Schedule

Backlog

As a frontend developer, implement the SchedulePageHeader section which includes a breadcrumb navigation linking to the Dashboard, a page title 'Technician Schedule', a subtitle, and a 'Create New Visit' button. This section is accessible by Service Company Manager and Technician personas. Ensure breadcrumb links are conditionally shown based on persona access. This section depends on the DashboardHeader from the Dashboard page. Page access: Service Company Manager, Technician only.

Depends on:#24
Waiting for dependencies
AI 90%
Human 10%
High Priority
0.5 days
Frontend Developer
#47

Implement RenewalsHeader for Renewals

Backlog

As a frontend developer, implement the RenewalsHeader section which includes a breadcrumb navigation and titles for the Renewals page. This section should display a breadcrumb trail with links to 'Dashboard' and the current page 'Renewals', a main title 'Renewal Reminders', and a subtitle 'View and manage upcoming contract renewals'. This section is accessible only by the Service Company Manager persona. Ensure that it integrates with the DashboardHeader from the Dashboard page. Page access: Service Company Manager only.

Depends on:#24
Waiting for dependencies
AI 90%
Human 10%
High Priority
0.5 days
Frontend Developer
#52

Implement BillingHeader for Billing

Backlog

As a frontend developer, implement the BillingHeader section which includes a breadcrumb navigation, a title, and a description. This section is accessible by Administrative Staff and Service Company Manager. It should establish a page-level dependency on the Contracts page by including task IDs from the Contracts page. Page access: Administrative Staff, Service Company Manager only.

Depends on:#31
Waiting for dependencies
AI 90%
Human 10%
High Priority
0.5 days
Frontend Developer
#59

Implement BreakdownsHeader for Breakdowns

Backlog

As a frontend developer, implement the BreakdownsHeader section which includes a header with a badge labeled 'Smart Tracking', a title 'Breakdown Analysis & Tracking', a descriptive paragraph, and an 'Export Report' button. This section is accessible by Service Company Manager and Technician personas. Ensure the export button is styled with the 'btn-accent' class. This section depends on the DashboardHeader from the Dashboard page. Page access: Service Company Manager, Technician only.

Depends on:#24
Waiting for dependencies
AI 90%
Human 10%
High Priority
0.5 days
Frontend Developer
#66

Implement DocHero for Documentation

Backlog

As a frontend developer, implement the DocHero section for the Documentation page. This section includes a headline, subheadline, and description about the system documentation and SRD. It also features an SVG accent element for visual enhancement. Ensure the section is styled according to the provided CSS and is accessible to all personas: Administrative Staff, Service Company Manager, and Technician. Page access: Administrative Staff only.

Depends on:#31
Waiting for dependencies
AI 90%
Human 10%
High Priority
0.5 days
Frontend Developer
#8

Integration Tests for Workflows

Backlog

Create integration tests for critical workflows such as contract management, visit scheduling, and billing.

Depends on:#4#2#3
Waiting for dependencies
AI 60%
Human 40%
High Priority
3 days
QA Engineer
#22

Implement SocialLogin for Login

Backlog

As a frontend developer, implement the SocialLogin section for the Login page. This component includes buttons for signing in with Google and Microsoft, each with respective icons. Page access: shared by all personas (Administrative Staff, Service Company Manager, Technician).

Depends on:#21
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
0.5 days
Frontend Developer
#35

Implement ContractsRowActions for Contracts

Backlog

As a frontend developer, implement the ContractsRowActions section which includes buttons for viewing, editing, renewing, and deleting contracts. Each button should have an SVG icon and trigger respective actions. This section is accessible by Administrative Staff and Service Company Manager. Page access: Administrative Staff, Service Company Manager only.

Depends on:#34
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#48

Implement RenewalsStatsPanel for Renewals

Backlog

As a frontend developer, implement the RenewalsStatsPanel section which displays key statistics about renewals. This section includes cards showing 'Total Pending Renewals', 'Due This Month', 'Overdue Renewals', and 'Renewed This Month', each with a value and color-coded styling. This section is accessible only by the Service Company Manager persona. Page access: Service Company Manager only.

Depends on:#47
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#49

Implement RenewalsFilterBar for Renewals

Backlog

As a frontend developer, implement the RenewalsFilterBar section which provides filtering options for renewals. This section includes dropdowns for filtering by 'Status', 'Priority', and 'Sort by', as well as date range inputs for 'Renewal Date'. This section is accessible only by the Service Company Manager persona. Page access: Service Company Manager only.

Depends on:#47
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#50

Implement RenewalsListCards for Renewals

Backlog

As a frontend developer, implement the RenewalsListCards section which displays a list of renewal cards. Each card shows details such as status, contract name, customer, renewal date, and contract value. The cards are styled based on the renewal status. This section is accessible only by the Service Company Manager persona. Page access: Service Company Manager only.

Depends on:#47
Waiting for dependencies
AI 90%
Human 10%
High Priority
1.5 days
Frontend Developer
#51

Implement RenewalsNavigation for Renewals

Backlog

As a frontend developer, implement the RenewalsNavigation section which provides pagination controls for the renewals list. This section includes information about the current page, total items, and controls for navigating between pages. This section is accessible only by the Service Company Manager persona. Page access: Service Company Manager only.

Depends on:#47
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#53

Implement BillingOverview for Billing

Backlog

As a frontend developer, implement the BillingOverview section which displays financial statistics using a grid layout. Each card shows a label, value, and meta information. This section is accessible by Administrative Staff and Service Company Manager. Page access: Administrative Staff, Service Company Manager only.

Depends on:#52
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#54

Implement SubscriptionManagement for Billing

Backlog

As a frontend developer, implement the SubscriptionManagement section which allows users to view and edit their subscription plan details. This section includes interactive elements such as buttons to toggle an edit panel and dropdowns for selecting plans and billing cycles. It is accessible by Administrative Staff and Service Company Manager. Page access: Administrative Staff, Service Company Manager only.

Depends on:#52
Waiting for dependencies
AI 85%
Human 15%
High Priority
1.5 days
Frontend Developer
#55

Implement PaymentMethods for Billing

Backlog

As a frontend developer, implement the PaymentMethods section which allows users to manage their payment methods. This section includes functionality to add, delete, and set default payment methods. It is accessible by Administrative Staff and Service Company Manager. Page access: Administrative Staff, Service Company Manager only.

Depends on:#52
Waiting for dependencies
AI 85%
Human 15%
High Priority
1.5 days
Frontend Developer
#56

Implement InvoiceTable for Billing

Backlog

As a frontend developer, implement the InvoiceTable section which displays a sortable table of invoices. Users can sort by date or amount and view invoice details. This section is accessible by Administrative Staff and Service Company Manager. Page access: Administrative Staff, Service Company Manager only.

Depends on:#52
Waiting for dependencies
AI 85%
Human 15%
Medium Priority
1.5 days
Frontend Developer
#57

Implement InvoiceFilters for Billing

Backlog

As a frontend developer, implement the InvoiceFilters section which allows users to filter invoices by status and apply quick filters. It includes pagination controls. This section is accessible by Administrative Staff and Service Company Manager. Page access: Administrative Staff, Service Company Manager only.

Depends on:#52
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#58

Implement BillingCTA for Billing

Backlog

As a frontend developer, implement the BillingCTA section which provides support contact information and a FAQ section. Users can toggle FAQ answers. This section is accessible by Administrative Staff and Service Company Manager. Page access: Administrative Staff, Service Company Manager only.

Depends on:#52
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#67

Implement DocTableOfContents for Documentation

Backlog

As a frontend developer, implement the DocTableOfContents section for the Documentation page. This section includes a collapsible navigation menu with links to various document sections. It uses state hooks to manage the active section and collapse state, and a scroll event listener to update the active link based on the user's scroll position. Ensure the section is styled according to the provided CSS and is accessible to all personas. Page access: Administrative Staff only.

Depends on:#66
Waiting for dependencies
AI 90%
Human 10%
High Priority
1 day
Frontend Developer
#68

Implement DocIntroduction for Documentation

Backlog

As a frontend developer, implement the DocIntroduction section for the Documentation page. This section provides an overview of the system requirements for ContractPilot AMC, including its purpose and scope. Ensure the section is styled according to the provided CSS and is accessible to all personas. Page access: Administrative Staff only.

Depends on:#66
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
0.5 days
Frontend Developer
#69

Implement DocSystemOverview for Documentation

Backlog

As a frontend developer, implement the DocSystemOverview section for the Documentation page. This section provides a detailed overview of the ContractPilot AMC system, highlighting its features and benefits for service companies. Ensure the section is styled according to the provided CSS and is accessible to all personas. Page access: Administrative Staff only.

Depends on:#66
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
0.5 days
Frontend Developer
#70

Implement DocFunctionalRequirements for Documentation

Backlog

As a frontend developer, implement the DocFunctionalRequirements section for the Documentation page. This section lists functional requirements as user stories, displayed in a grid format with icons. Ensure the section is styled according to the provided CSS and is accessible to all personas. Page access: Administrative Staff only.

Depends on:#66
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
0.5 days
Frontend Developer
#71

Implement DocUserPersonas for Documentation

Backlog

As a frontend developer, implement the DocUserPersonas section for the Documentation page. This section displays user personas with icons, descriptions, and responsibilities in a grid format. Ensure the section is styled according to the provided CSS and is accessible to all personas. Page access: Administrative Staff only.

Depends on:#66
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
0.5 days
Frontend Developer
#72

Implement DocCoreFlows for Documentation

Backlog

As a frontend developer, implement the DocCoreFlows section for the Documentation page. This section outlines core user flows for different personas, using a timeline format with steps and arrows. Ensure the section is styled according to the provided CSS and is accessible to all personas. Page access: Administrative Staff only.

Depends on:#66
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#73

Implement DocColorPalette for Documentation

Backlog

As a frontend developer, implement the DocColorPalette section for the Documentation page. This section displays color swatches with names, hex codes, and usage descriptions. It includes functionality to copy hex codes to the clipboard. Ensure the section is styled according to the provided CSS and is accessible to all personas. Page access: Administrative Staff only.

Depends on:#66
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#74

Implement DocTypography for Documentation

Backlog

As a frontend developer, implement the DocTypography section for the Documentation page. This section showcases typography samples for headings and body text, including font family, weight, and line-height details. It also covers accessibility considerations. Ensure the section is styled according to the provided CSS and is accessible to all personas. Page access: Administrative Staff only.

Depends on:#66
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#75

Implement VisitsHeader for Visits

Backlog

As a frontend developer, implement the VisitsHeader section which includes breadcrumb navigation and a header displaying the technician's name and role. It also shows the sync status with a tooltip indicating the last sync time. This section is accessible by Technicians only and must include conditional navigation links based on persona access. Page access: Technician only.

Depends on:#38
Waiting for dependencies
AI 90%
Human 10%
High Priority
0.5 days
Frontend Developer
#81

Implement CustomersHeader for Customers

Backlog

As a frontend developer, implement the CustomersHeader section which includes a header with a title, subtitle, and an 'Add Customer' button. It also features a search input with a search icon and a filter toggle button. This section is accessible only by Administrative Staff and should include conditional logic to ensure restricted access. This section depends on the Billing page tasks to ensure proper integration. Page access: Administrative Staff only.

Depends on:#52
Waiting for dependencies
AI 90%
Human 10%
High Priority
0.5 days
Frontend Developer
#76

Implement VisitsFilters for Visits

Backlog

As a frontend developer, implement the VisitsFilters section which provides filtering options for visit status, date, and sorting. It includes interactive buttons and a dropdown for sorting, with state management for filter selections. This section is accessible by Technicians only. Page access: Technician only.

Depends on:#75
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#77

Implement VisitsList for Visits

Backlog

As a frontend developer, implement the VisitsList section which displays a list of visits with status color coding and badges for visit type. It includes interactive elements for selecting visits and buttons for starting or viewing details of a visit. This section is accessible by Technicians only. Page access: Technician only.

Depends on:#75
Waiting for dependencies
AI 90%
Human 10%
High Priority
1.5 days
Frontend Developer
#82

Implement CustomersTable for Customers

Backlog

As a frontend developer, implement the CustomersTable section which displays a list of customers with details such as name, contact person, phone, email, status, and last contact date. It includes functionality for selecting customers, sorting by columns, and displaying status labels. This section is accessible only by Administrative Staff. Page access: Administrative Staff only.

Depends on:#81
Waiting for dependencies
AI 90%
Human 10%
High Priority
1.5 days
Frontend Developer
#84

Implement CommunicationForm for Customers

Backlog

As a frontend developer, implement the CommunicationForm section which allows sending communications via email, SMS, or in-app messages. It includes a channel selector, recipient selection, and fields for subject and message content. The form handles submission with a mock alert. This section is accessible only by Administrative Staff. Page access: Administrative Staff only.

Depends on:#81
Waiting for dependencies
AI 90%
Human 10%
High Priority
1.5 days
Frontend Developer
#78

Implement VisitDetailPanel for Visits

Backlog

As a frontend developer, implement the VisitDetailPanel section which shows detailed information about a selected visit. It includes expandable sections for customer details, address, service scope, and equipment. This section is accessible by Technicians only. Page access: Technician only.

Depends on:#77
Waiting for dependencies
AI 90%
Human 10%
High Priority
2 days
Frontend Developer
#79

Implement VisitStatusUpdate for Visits

Backlog

As a frontend developer, implement the VisitStatusUpdate section which allows technicians to start or complete a visit. It includes a modal form for submitting a completion summary. This section is accessible by Technicians only. Page access: Technician only.

Depends on:#77
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#80

Implement VisitReportIssue for Visits

Backlog

As a frontend developer, implement the VisitReportIssue section which allows technicians to report issues during a visit. It includes a form for issue type, description, severity, and photo attachment. This section is accessible by Technicians only. Page access: Technician only.

Depends on:#77
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#83

Implement CustomersPagination for Customers

Backlog

As a frontend developer, implement the CustomersPagination section which manages pagination for the customer list. It includes controls for navigating between pages, selecting the number of entries per page, and displaying the current range of entries. This section is accessible only by Administrative Staff. Page access: Administrative Staff only.

Depends on:#82
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1 day
Frontend Developer
#85

Implement CommunicationHistory for Customers

Backlog

As a frontend developer, implement the CommunicationHistory section which displays a timeline of past communications. It includes message previews, status indicators, and the ability to expand messages for full details. This section is accessible only by Administrative Staff. Page access: Administrative Staff only.

Depends on:#84
Waiting for dependencies
AI 90%
Human 10%
Medium Priority
1.5 days
Frontend Developer
Landing design preview
Landing: View Info
Login: Sign In
Contracts: View Contract Details
Documentation: Prepare Records
Billing: Send Invoice
Customers: Communicate Updates
Landing design preview
Landing: View Info
Login: Sign In
Contracts: View Contract Details
Documentation: Prepare Records
Billing: Send Invoice
Customers: Communicate Updates