Giter Club home page Giter Club logo

evolutility-ui-jquery's Issues

Installation/Setup Steps

This seems like a great tool for me and I really like to dive into it.
But am currently pretty lost right at the start.

Could you provide a simple step by step setup-instruction?
Currently the demo uses localstorage what do I have to do when I want to use a real database?

Thanks for any help
Stefan

How do I change the data type?like a: "644488000.0000" ---->a:644488000.0000

Hi!
I use evolutility-server-node and evolutility-ui-jquery.
The project is set up, but there are problems when filtering is used.
I need to filter the data based on the size of the number, but the browser gets the data in the form of a string, not a number.
I tried to solve it, but failed.

               #  evolutility-server-node/models/organizer/test.js
                {
			"id": "a",
			"type": "decimal",
			"inMany": true,
			"column": "a"
		}
              # evolutility-ui-jquery/models/test.js
               {
                    id: 'a', 
                   attribute: 'a', 
                   type: 'decimal',
                   label:'a', 
                   inMany: true,                 
                }

Feature request - Enable to work with Parse Collections

This is more of a feature request.

Parse.com has a great backend for storing data that can also be retrieved as Backbone Collections. If there is a simple way to integrate with a Parse backend instead of localStorage, this can become an awesome front end for managing Parse objects.

I am not familiar with Backbone, hence finding it difficult to fork the code.

CSRFtoken implementation in the HTTP header

Hi,
I am submitting a proposal for an enhancement whereby Evolutility UI is able to add custom HTTP header to the HTTP requests. The header will be used to for Cross-Site Request Forgery prevention.
(more on the topic here: https://www.owasp.org/index.php/Cross-Site_Request_Forgery_%28CSRF%29_Prevention_Cheat_Sheet).

[ ] The implementation of the enhancement requires a new method in the controller app javascript to set a custom header + value in the HTTP request (processed by XHR/jQuery).

Thanks,
Piotr

bower.json dependency versions

bower is complaining constantly about the right versions, since your bower.json is very strict about the versions of its dependncies. I think you could insert ~ in front of most version number.

So instead of

"jquery": "2.1.4"

please use

"jquery": "~2.1.4"

Then it will happily accept jquery v2.2.3 as well.

Awesome

How close are you to a 1.0 release? What features are currently missing?

Modifying config.js has no effect

How exactly do you configure the use of REST? Modifying config.js as follows has no effect for me.

var Evol = Evol || {};

Evol.Config = {

	// --- using localStorage
	localStorage: false,

	// --- using evolutility-server-node
	url: 'http://localhost:3000/api/v1/evolutility/',

	// --- using postgrest
	//url: 'http://localhost:3001/'
};

Filter toggle

Toggle on, navigate to record, back to list, must click twice to get filter again.

Error in grunt

Hi,

We're trying integrating the jquery-front-end with the server node. We are getting the following error message, we try to force the grunt but the front-end is not working properly.

image

Really appreciate your help.
Best regards.
Julio.-

Fetching values for LOVs from backend

The evolutility backend offers an LOV endpoint. But in the frontend you use hardcoded lists for LOV fields, like this:

id: 'priority', attribute: 'priority', type: 'lov', label: 'Priority', required: true,
                    width: 100,  inMany: true,
                    list: [
                        {id: 1, text: '1 - ASAP'},
                        {id: 2, text: '2 - Urgent'},
                        {id: 3, text: '3 - Important'},
                        {id: 4, text: '4 - Medium'},
                        {id: 5, text: '5 - Low'}
                    ]

Is there a way to easily fetch the list items from the backend instead?

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.