Giter Club home page Giter Club logo

orchardcore.transformalize's Introduction

Hi there ๐Ÿ‘‹

orchardcore.transformalize's People

Contributors

dalenewman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

orchardcore.transformalize's Issues

Hide submit button

Hide submit button on a form if there are no fields with prompt="true"

Package not found.

Hi ๏ผŒI have change the nuget url to : https://www.myget.org/F/transformalize/api/v3/index.json
but the package still not found.

Did I lost something?

image

Allow Forms to use Common Connections

The forms are not using common connections (when referenced). They are only using explicit connections this leads to having to keep full connections (with credentials) in each form.

Can forms be made to use common connections? In addition, can they re-use the common connections for different forms by allowing us to specify only the name, and table-name in the connection in the form?

Thanks

Provide a Way for Forms to Collect Coordinates

The older version of this used to have a way to indicate you wanted to collect coordinates (latitude, longitude, and perhaps altitude) via HTML 5 (the browser). See if you can enable that here.

Might use an special input-type values to indicate what you want to collect latitude, longitude, or altitude from the browser.

Requested by @vlad2kgithub.

Resources:

Notes:

  • Browsers only do this over https

Support Built in Connections

It would be useful for arrangements to reference a built in connection (without knowing the provider or credentials).

e.g.

<connections>
   <!-- the connection below references the Orchard Core's site database which was determined at setup -->
   <add name="orchard" />
</connections>

In the same way that common connections are referenced by name, the orchard core's site connection could be used for reports, forms, or tasks. Side benefits are better security and less configuration.

Links

Notes

  • You'll have to be able to get the connection and know the provider (sqlite, mysql, postgresql, or mssql) and pass it in where it's needed. Perhaps this can be done in in the way we are able to wrap connections with mini-profiler.

Tagged: @vlad2kgithub

Use as an importer for content items ?

Hello,
I have a scenario where I have an excel file with data and want to import into orchard as content items.
For instance in excel I have 2 columns (Title , Content) and records under these columns.
In Orchard core I have a contentype named Policy with a titlePart and a html body part.

Can I create a scenario with transformalize to get the data from the excel file (source) and import into orchard (Target) as Policy Content Items ?

Orchard can already import content in json format (using the recipes feature) so I guess it would be enough for transformalize to convert into the correct json format and then use orchards recipe import feature to do the rest.

Is this possible with transformalize ?
Thanks.

Is it posssible to validate a record before posting the update ?

I have a scenario to update lead records in an sql database from one marketing campaign to another.
But i have to check for specific business rules to each lead if it is eligible to move.
Business rules are if form of predicates (true/false) might be like :

  • A lead with existing child records in table x cannot be updated.
  • A lead in status y cannot be updated .

Is it possible to express these rules and have the system notify me in the log the records that violate rules and cannot be updated ?

addQueryParam

Add a transform that takes a URL as input and adds a query string parameter to it (considering whether it's the first or a subsequent parameter).

Report using Elasticsearch Exports 10 Records

When I tried to export the results from the report created in the Readme (with Elasticsearch provider), it only downloaded/exported 10 records. The relational providers do not seem to have this problem.

timezone

timezone transform doesnโ€™t run on Linux

Form warning

Users need to be warned if they are leaving a form without submitting it.

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.