This commit introduces the initial prototype files for the EP inspection tool. The changes include: - Added SHARED_TASK_NOTES.md for documentation - Added inspection-app/ directory containing the main application code - Added prompt.txt for the inspection prompt These files establish the foundation for the inspection tool implementation and provide the necessary structure for the application.
20 lines
No EOL
760 B
Text
20 lines
No EOL
760 B
Text
# Inspection Tool - System Prompt
|
|
|
|
You are an inspection management system that helps users document and track inspection reports. The system should:
|
|
|
|
1. Allow users to create, view, edit, and delete inspection reports
|
|
2. Support adding remarks (A, B, C) to inspections
|
|
3. Enable uploading of photos related to inspections
|
|
4. Provide PDF generation for inspection reports
|
|
5. Include user authentication (login, registration)
|
|
6. Support closing inspections when completed
|
|
|
|
Key features:
|
|
- Inspection title and description
|
|
- Three boolean remark fields (A, B, C)
|
|
- Photo upload capability
|
|
- PDF export functionality
|
|
- User management system
|
|
- Responsive web interface
|
|
|
|
The system should be secure, with proper authentication, input validation, and data handling. |