Git Product home page Git Product logo

Comments (6)

MartinSGill avatar MartinSGill commented on August 22, 2024

This comment by @rkeithhill suggests this might be about to change.

from plaster.

rkeithhill avatar rkeithhill commented on August 22, 2024

@MartinSGill After thinking about this some more, I think that not only do I want to change the type value from input to text but I'm also tempted to add a subtype attribute (looking for better name) e.g.

<parameter name="FullName" type="text" subtype="fullname" .../>
<parameter name="Email" type="text" subtype="email" .../>

This would allow the "text" type to share more code (instead of the current duplication). The only thing I don't like is I don't know how in XML schema to disallow the subtype attribute when the value of the type attribute is not "text". It might have to be a manual validation check.

That said, this would allow for subtypes like: filename, path, version where we could validate the user's input.

from plaster.

MartinSGill avatar MartinSGill commented on August 22, 2024

Maybe type and content or purpose as names? Just suggesting stuff, subtype would work for me.

from plaster.

rkeithhill avatar rkeithhill commented on August 22, 2024

Maybe not content since there is a separate content section but keep the suggestions coming.

from plaster.

LaurentDardenne avatar LaurentDardenne commented on August 22, 2024

I thought to the dynamic parameters Powershell.
The error may occur later in the tempalte processing, how to undo an erroneous installation ?

from plaster.

rkeithhill avatar rkeithhill commented on August 22, 2024

The checks (if any - not sure author or fullname needs validating) will happen in Test-PlasterManifest. That failure will not allow the template processing to start. It will also result in no dynamic parameters being defined. So if you're getting an error about a parameter not being found, run Test-PlasterManifest on the manifest with the -Verbose flag to see what's wrong with the manifest.

from plaster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.