Giter Club home page Giter Club logo

Comments (9)

nsams avatar nsams commented on July 30, 2024

sorry for not answering your posts, I'll come back to you...

from koala-framework.

Sogl avatar Sogl commented on July 30, 2024

Can you please answer on this?
https://groups.google.com/forum/#!topic/koala-framework-dev/Mz7F5uKoObw

from koala-framework.

Sogl avatar Sogl commented on July 30, 2024

I added +1 comment.
Can we continue here? =)

from koala-framework.

Sogl avatar Sogl commented on July 30, 2024

We could port AutoGrid/AutoForm to ext4 but don't have plans for that so far

It would be nice.
For me the problem of migration to Ext4 is old Ext2-code (with autoform, autogrid) that doesn't work.

how do you mean that?

My Ext2 app uses AutoForm/AutoGrid that still not rewritten on Ext4 =)

For example, how to create edit dialog in KWF per row in grid by edit button?

from koala-framework.

nsams avatar nsams commented on July 30, 2024

Ok, could we please restart this discussion :D

  • What are you trying to create?
  • which libraries are you planning to use?

from koala-framework.

Sogl avatar Sogl commented on July 30, 2024

What are you trying to create?

I want to create modern UI full responsive css3/html5/font-icon template for my app.

It must be test functionality... same as in oDesk.
test

What I want:

  1. Time remaining per question
  2. Random question from categories
  3. Сalculation and display rating
  4. One big app without /admin panel.

which libraries are you planning to use?

My app in production now on ExtJS 2.3 that's not flexy in view as JS frameworks.
First step I want to migrate on ExtJS 4.0. Better than nothing.
Second step - add testing functionality (by backbone, angular or other). I have not decided yet.

from koala-framework.

nsams avatar nsams commented on July 30, 2024

Ok, I understand...

which libraries are you planning to use?

My app in production now on ExtJS 2.3 that's not flexy in view as JS frameworks.
First step I want to migrate on ExtJS 4.0. Better than nothing.
Second step - add testing functionality (by backbone, angular or other). I have not decided yet.

It is not possible to migrate to ExtJS 4, that would be a rewrite.

I would implement such kind of an application using backbone, and that would also be a rewrite.

Required steps:

  • create models + rest controllers
  • create backbone based code accessing the rest api
  • style the whole thing

from koala-framework.

Sogl avatar Sogl commented on July 30, 2024

It is not possible to migrate to ExtJS 4, that would be a rewrite.

I try =)))
Some issues in ext4 from me:
https://github.com/vivid-planet/kwf-app-demo/issues

Big problem is fact that now we use our app in production based on old ExtJS 2.3. I need to integrate new functionality with available.

I'm not good in JS-frameworks, but better in PHP. For example, I can create this functionality in PHP+JS(Jquery), but I need one session (eg. who logged in), variables and access to DB. Is it possible? I click on menu and all send to my main php file.

Do I need to completely switch to REST for my needs?

from koala-framework.

nsams avatar nsams commented on July 30, 2024

Big problem is fact that now we use our app in production based on old ExtJS 2.3. I need to integrate new functionality with available.

That is perfectly fine imho.

I'm not good in JS-frameworks, but better in PHP. For example, I can create this functionality in PHP+JS(Jquery), but I need one session (eg. who logged in), variables and access to DB. Is it possible? I click on menu and all send to my main php file.

Yes, you have a session, database, everything in php. (The difference is that you are inside a REST controller, but you still can access everything there)

Do I need to completely switch to REST for my needs?

Yes, I would recommend that.

from koala-framework.

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.