Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exam module integration #285

Closed
Sogl opened this issue Feb 3, 2015 · 9 comments
Closed

Exam module integration #285

Sogl opened this issue Feb 3, 2015 · 9 comments

Comments

@Sogl
Copy link

Sogl commented Feb 3, 2015

Hi there!

Can anybody from KWF developers appears here?
https://groups.google.com/forum/#!forum/koala-framework-dev

Niko don't answer now.

Or I must post all the problems and bugs in github?

@nsams
Copy link
Member

nsams commented Feb 3, 2015

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

@nsams nsams closed this as completed Feb 3, 2015
@Sogl
Copy link
Author

Sogl commented Mar 11, 2015

@Sogl
Copy link
Author

Sogl commented Mar 19, 2015

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

@Sogl
Copy link
Author

Sogl commented Mar 23, 2015

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?

@nsams
Copy link
Member

nsams commented Mar 23, 2015

Ok, could we please restart this discussion :D

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

@Sogl
Copy link
Author

Sogl commented Mar 23, 2015

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.

@nsams
Copy link
Member

nsams commented Mar 23, 2015

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

@Sogl
Copy link
Author

Sogl commented Apr 2, 2015

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?

@Sogl Sogl changed the title Google group KWF-dev Exam module integration Apr 2, 2015
@nsams
Copy link
Member

nsams commented Apr 14, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants