ekino / v6y

Vitality is a tool crafted to maintain and optimize the health and performance of codebase and applications.
MIT License
4 stars 1 forks source link

[FEATURE]: Audit Vitality Code Source (Thibault) #29

Open tollr opened 2 weeks ago

tollr commented 2 weeks ago

Hey there, I reviewed v6y code and here are the items which stood out :)

v6y-front

dataSource={[
    ...(auditReports?.filter(
        (report) => report?.type === AUDIT_REPORT_TYPES.lighthouse,
    ) || []),
    ...(auditReports?.filter(
        (report) => report?.type !== AUDIT_REPORT_TYPES.lighthouse,
    ) || []),
]}

v6y-front-bo

Congrats for the current work :muscle:

helabenkhalfallah commented 2 weeks ago

Thank you so much for these different feedbacks, we'll take them into account. :) :)