Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reliability reporting form for demo #385

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

LaChope
Copy link
Collaborator

@LaChope LaChope commented Mar 20, 2025

Resolves https://github.com/kbss-cvut/23ava-distribution/issues/162.

@blcham @lalisand I created the demo form, inspired from previous demo DA42-POH-39. Please, review it and then I can record a demo (form preview available on Netlify).

Here is its structure:

Reliability Report DA 42 - Flight Controls

    1. Fuselage No for DA 42
    ..required: true
    ..pattern: ^[0-9]{4,4}$
    ..validation-message: Please enter a 4-digit numeric code.

    2. Date of finding
    ..required: true

    3. Total flight hours on airframe
    ..description: Enter value in hours h and minutes m, i.e., examples of valid values are 0:15, 12:59, 234:00, 4567:49.
    ..required: true
    ..pattern: ^(0|[1-9]\d{0,3}):[0-5]\d$
    ..mask: hhhh:mm
    ..validation-message: Please enter a valid value using the format hhhh:mm.

    4. Overhauls on the airframe
    ..description: Number of airframe overhauls not including the currently ongoing overhaul.
    ..This field should be a number equal or lower to 30

    5. Classification the Flight Control issue
    ..required: true

    6. Observed condition for the hinges or the controls
    ..required: true

    7. Hinge pin condition
    ..required: true

    8. Potential estimated cause
    ..required: true

    9. Potential consequences
    ..required: true

    10. Affected AFM Section Flaps Elevator Rudder
    ..required: true

    11. Select repair action
    ..required only for completeness: true

    12. Estimated repair duration
    ..description: Enter value in hours h and minutes m, i.e., examples of valid values are 0:15, 12:59, 234:00.,System/equipment/block/part repair duration including disassembly and assembly.
    ..required only for completeness: true
    ..pattern: ^(0|[1-9]\d{0,2}):[0-5]\d$
    ..mask: hhh:mm

    13. Average maintenance crew
    ..description: The average number of men during system/equipment/block/part repairment, including disassembly and assembly, is calculated in FTE full-time equivalent. E.g., if 3 people participated with capacity one day per week 0.2 FTE, the average would be 3*0.2 = 0.6.
    ..required only for completeness: true

    14. Detailed description of the issue
    ..description: Failure description in words
    ..required: true

    15. Proposed corrective action
    ..description: Description of corrective action in words
    ..required only for completeness: true

    16. Affected flight control surfaces
    ..required only for completeness: true

    17. Year of production of the affected component
    ..description: Number of overhauls of defective equipment not including the currently ongoing overhaul.
    ..This field should be a number equal or lower to 2100
    ..This field must be greater or equal to 1950

    18. Overhauls performed
    ..This field should be a number equal or lower to 99

    19. Serial No. of the affected part
    ..required only for completeness: true
    ..pattern: ^[A-Za-z0-9]+$
    ..validation-message: Please enter a valid alphanumeric sequence. Your input should consist only of letters A-Z a-z and numbers 0-9. Special characters are not permitted.

    20. Engine serial number
    ..required only for completeness: true
    ..pattern: ^[A-Za-z0-9]+$
    ..validation-message: Please enter a valid alphanumeric sequence. Your input should consist only of letters A-Z a-z and numbers 0-9. Special characters are not permitted.

    21. Additional observations

@LaChope LaChope requested a review from blcham March 20, 2025 09:57
Copy link

netlify bot commented Mar 20, 2025

Deploy Preview for s-forms-kbss ready!

Name Link
🔨 Latest commit 5176b07
🔍 Latest deploy log https://app.netlify.com/sites/s-forms-kbss/deploys/67dbea7a0dd03f0008c46307
😎 Deploy Preview https://deploy-preview-385--s-forms-kbss.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@blcham
Copy link
Collaborator

blcham commented Mar 26, 2025

@LaChope possible values are missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants