Lemoncode / manfred-export-app

MIT License
28 stars 12 forks source link

feature/#245 review the template in markdown and check all the fields #313

Open MiguelJiRo opened 9 months ago

MiguelJiRo commented 9 months ago

Added some checks to the markdown template fields

juanpms2 commented 9 months ago

You need to control if the section is required. For example: profile.description is a optional field, if we don't have information we shouldn't display that section. The same with other ones.

MiguelJiRo commented 8 months ago

Hello 😃 ! using the data from "manfred-schema.model.ts", these are all the conditions that have been checked and modified:

1) experience is an optional field (experienceCollection in the section.part.js)

juanpms2 commented 8 months ago

Thanks @MiguelJiRo .

@brauliodiez this pull request is ready.