Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@coscine/form-generator
Advanced tools
[[TOC]]
The Form Generator library for Vue TypeScript provides functionality for generating forms based on supplied schemas, simplifying the form creation process within Coscine applications. The library includes a SHACL Form Generator Vue 2 component, which is used in both the Coscine and AIMS project to streamline the process of generating forms from schema definitions.
yarn install
yarn build
yarn test
yarn lint:fix
Check the property definitions of /src/FormGenerator.vue
for understanding the requirements.
<FormGenerator
:directly-create-rdf-type="directlyCreateRdfType"
:disabled-mode="formDisabled"
:fixed-value-mode="fixedValueMode"
:fixed-values="fixedValues"
:form-data="metadata"
:form-data-mime-type="metadataMimeType"
:locale="locale"
:selected-shape="applicationProfileUrl"
:shape-mime-type="shapeMimeType"
:shapes="applicationProfile"
:validation-context="validationContext"
:defined-subject="definedSubject"
:ignore-template-values="ignoreTemplateValues"
:template-mode="templateMode"
:class-receiver="implementedReceiveClass"
:user-receiver="implementedReceiveUser"
@update:fixed-values="inputFixedValues"
@update:form-data="inputMetadata"
@isValid="isValid"
@isValidating="isValidating"
/>
How to include in your Vue project:
import FormGenerator from "@coscine/form-generator";
import "@coscine/form-generator/dist/style.css";
(For a specific branch, build such a URL: https://gitpod.io/#https://git.rwth-aachen.de/coscine/frontend/libraries/form-generator/tree/{branch}
)
As an open source plattform and project, we welcome contributions from our community in any form. You can do so by submitting bug reports or feature requests, or by directly contributing to Coscine's source code. To submit your contribution please follow our Contributing Guideline.
The current open source repository is licensed under the MIT License, which is a permissive license that allows the software to be used, modified, and distributed for both commercial and non-commercial purposes, with limited restrictions (see LICENSE
file)
The MIT License allows for free use, modification, and distribution of the software and its associated documentation, subject to certain conditions. The license requires that the copyright notice and permission notice be included in all copies or substantial portions of the software. The software is provided "as is" without any warranties, and the authors or copyright holders cannot be held liable for any damages or other liability arising from its use.
servicedesk@itc.rwth-aachen.de
📧. Provide a detailed description of the issue you're facing, including any error messages or screenshots if applicable.By following these simple steps, you can get the support you need to use Coscine's services as an external user.
External users can find the Releases and Changelog inside each project's repository. The repository contains a section for Releases (Deployments > Releases
), where users can find the latest release changelog and source. Withing the Changelog you can find a list of all the changes made in that particular release and version.
By regularly checking for new releases and changes in the Changelog, you can stay up-to-date with the latest improvements and bug fixes by our team and community!
FAQs
[[_TOC_]]
The npm package @coscine/form-generator receives a total of 11 weekly downloads. As such, @coscine/form-generator popularity was classified as not popular.
We found that @coscine/form-generator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.