Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

New module(s) idea #101

Open
samsonasik opened this issue Jan 23, 2015 · 46 comments
Open

New module(s) idea #101

samsonasik opened this issue Jan 23, 2015 · 46 comments

Comments

@samsonasik
Copy link
Member

Let's think about new module, I'm thinking about zend\crypt demo, more ideas are welcome ;)

@acelaya
Copy link
Contributor

acelaya commented Jan 23, 2015

Navigation, permissions, log... I think all of them can be "easily"
explained in a module.

Alejandro Celaya Alastrué
http://www.alejandrocelaya.com
El 23/1/2015 2:02, "Abdul Malik Ikhsan" [email protected] escribió:

Let's think about new module, I'm thinking about zend\crypt demo, more
ideas are welcome ;)


Reply to this email directly or view it on GitHub
#101.

@samsonasik
Copy link
Member Author

For Navigation idea, need separate layout, no?
For Permission idea, i like it, probably need login with like user & userpass and admin and adminpass with different link resource, yes?
For log idea, how we demonstrate log already logged? Read file?

Warm regards,

Abdul Malik Ikhsan

Pada 23 Jan 2015, pukul 13.31, Alejandro Celaya [email protected] menulis:

Navigation, permissions, log... I think all of them can be "easily"
explained in a module.

Alejandro Celaya Alastrué
http://www.alejandrocelaya.com
El 23/1/2015 2:02, "Abdul Malik Ikhsan" [email protected] escribió:

Let's think about new module, I'm thinking about zend\crypt demo, more
ideas are welcome ;)


Reply to this email directly or view it on GitHub
#101.


Reply to this email directly or view it on GitHub.

@acelaya
Copy link
Contributor

acelaya commented Jan 23, 2015

What do you think if we simplify that?

For navigation, the new module just needs to define the navigation configuration and then we could use it to render a fake menu on top of navigation documentation. It could have random hiperlinks to other webapges or sections in the website.

For permissions (at least with ACL), we could define the roles and display them in a select box. The visitor selects a role from the select and an ajax request returns the list of resources it is allowed to "use" and the permissions it has over them (view, edit...).

This way there is no need to implement a login, but maybe it is not a real enough example this way, what do you think.

For log... I don't know what's the best way to show the real behavior of the logger.

@samsonasik
Copy link
Member Author

Yeah, we need simplify them. I agree with navigation, and permisssion. For log, I'm thinking about create a form with select priority of log : "emerg", "er", etc with simple formatter and button "Create log" with Stream writer and write with 'php://output' and get its buffer in read-only text, what do you think ?

@acelaya
Copy link
Contributor

acelaya commented Jan 23, 2015

I was thinking about that too. I think it's a good idea.

Alejandro Celaya Alastrué
www.alejandrocelaya.com
El 23/1/2015 22:32, "Abdul Malik Ikhsan" [email protected]
escribió:

Yeah, we need simplify them. I agree with navigation, and permisssion. For
log, I'm thinking about create a form with select priority of log :
"emerg", "er", etc with simple formatter and button "Create log" with
Stream writer and write with 'php://output' and get its buffer in read-only
text, what do you think ?


Reply to this email directly or view it on GitHub
#101 (comment).

@samsonasik
Copy link
Member Author

great! for zend\crypt, i don't have a real idea right now. probably implements navigation, permission, and log first is an imaginable implementation right now, what module do you want to pick first? so i can work on other(s).

@samsonasik samsonasik added this to the 0.1.1 milestone Jan 23, 2015
@acelaya
Copy link
Contributor

acelaya commented Jan 23, 2015

I could start with navigation if you are ok.

Alejandro Celaya Alastrué
www.alejandrocelaya.com
El 23/1/2015 22:49, "Abdul Malik Ikhsan" [email protected]
escribió:

great! for zend\crypt, i don't have a real idea right now. probably
implements navigation, permission, and log first is an imaginable
implementation right now, what module do you want to pick first? so i can
work on other(s).


Reply to this email directly or view it on GitHub
#101 (comment).

@samsonasik
Copy link
Member Author

it's ok, thank you ;)

@samsonasik samsonasik removed this from the 0.1.1 milestone Feb 22, 2015
@acelaya
Copy link
Contributor

acelaya commented Apr 4, 2015

I was thinking on new modules to add. Cache, EventManager and I18n shouldn't be too hard to implement.
What do to think?

@samsonasik
Copy link
Member Author

good idea. what module(s) do you want to pick?

@acelaya
Copy link
Contributor

acelaya commented Apr 4, 2015

I don't know, I18n maybe? I could add some translations in English and
Spanish, and later add other languages with your help.

Alejandro Celaya Alastrué
www.alejandrocelaya.com
El 4/4/2015 16:15, "Abdul Malik Ikhsan" [email protected] escribió:

good idea. what module(s) do you want to pick?


Reply to this email directly or view it on GitHub
#101 (comment).

@samsonasik
Copy link
Member Author

that's great ;). for Cache demo, is Memory adapter ok ? if yes, then I will do the Cache demo

@samsonasik
Copy link
Member Author

or Filesystem adapter? seems ok too

@acelaya
Copy link
Contributor

acelaya commented Apr 4, 2015

The filesystem adapter should be enough.

Alejandro Celaya Alastrué
www.alejandrocelaya.com
El 4/4/2015 16:32, "Abdul Malik Ikhsan" [email protected] escribió:

or Filesystem adapter? seems ok too


Reply to this email directly or view it on GitHub
#101 (comment).

@samsonasik
Copy link
Member Author

ok 👍

@ghost
Copy link

ghost commented Apr 15, 2015

Hi, and thanks for accepting me.

I have an idea for a module based on Apache htpasswd authentication.
I can create a factory called AdapterFactoryAuthentication, which will consume Zend\Authentication\Adapter\Http and Zend\Authentication\Adapter\Http\FileResolver. The usernames and passwords will be stored in txt files. (passwords will be hashed of course.

@samsonasik
Copy link
Member Author

Hi, I personally +1 for that, @acelaya any comment on this?

@acelaya
Copy link
Contributor

acelaya commented Apr 15, 2015

Sounds good!

Alejandro Celaya Alastrué
www.alejandrocelaya.com
El 15/4/2015 11:04, "Abdul Malik Ikhsan" [email protected]
escribió:

Hi, I personally +1 for that, @acelaya https://github.com/acelaya any
comment on this?


Reply to this email directly or view it on GitHub
#101 (comment).

@ghost
Copy link

ghost commented Apr 15, 2015

Done. I will get onto it ASAP.

@ghost
Copy link

ghost commented May 4, 2015

Hi,

Looking all the form questions at the zf2 facebook group, I'm thinking that we should create few tutorials with different scenarios about how to create and use zf2 forms.
What do you think?

Regards,
Stanimir

@samsonasik
Copy link
Member Author

Hi @stanimirdim92 , well, I think that need long discussions, for how we pack them, but you can start with that ( probably create new issue with RFC to be discussed ? ).

I am currently planning to create in discussed new module idea, just still don't have enough time.

@ghost
Copy link

ghost commented May 4, 2015

Agree. That needs to be discussed. Maybe we can do a chat conversation this Friday or Sunday?

P.S I'm also a little busy these weeks due to huge amount of work and university duties.

@samsonasik
Copy link
Member Author

@stanimirdim92 skype meeting is ok for me. Many improvements instead of new module that need to be discussed ( feature, style, etc). My time is GMT+7, I hope I will be available from Sunday 10.00 PM my time. /cc @acelaya @mockiemockiz

@ghost
Copy link

ghost commented May 4, 2015

I'm GMT+3. Sunday, I will be available from 02.00-03.00 PM, which is around 8.00 PM your time.

@samsonasik
Copy link
Member Author

@acelaya @mockiemockiz please let me know your availability for talk, thank you

@acelaya
Copy link
Contributor

acelaya commented May 5, 2015

Sorry, the last month has been a nightmare.
I won't be able this weekend. I'll be traveling without computer, I'm
sorry.

Alejandro Celaya Alastrué
www.alejandrocelaya.com
El 5/5/2015 4:20 p. m., "Abdul Malik Ikhsan" [email protected]
escribió:

@acelaya https://github.com/acelaya @mockiemockiz
https://github.com/mockiemockiz please let me know your availability
for talk, thank you


Reply to this email directly or view it on GitHub
#101 (comment).

@samsonasik
Copy link
Member Author

it's ok. ok then, we will re-arrange the time next week

@acelaya
Copy link
Contributor

acelaya commented May 5, 2015

Perfect. I should be able by then. Thanks.

Alejandro Celaya Alastrué
www.alejandrocelaya.com
El 5/5/2015 4:49 p. m., "Abdul Malik Ikhsan" [email protected]
escribió:

it's ok. ok then, we will re-arrange the time next week


Reply to this email directly or view it on GitHub
#101 (comment).

@mockiemockiz
Copy link
Contributor

I prefer Saturday at anytime but Sunday 10.00 OR 11.00 PM is OK. give me the date.. I need to setup my alarm..

@ghost
Copy link

ghost commented May 6, 2015

I'm not sure If I will be free the next Sunday. However, count me free for now. What about this Friday?

@acelaya
Copy link
Contributor

acelaya commented May 6, 2015

Not possible for me, sorry.

Alejandro Celaya Alastrué
www.alejandrocelaya.com
El 6/5/2015 2:29 p. m., "Stanimir Dimitrov" [email protected]
escribió:

I'm not sure If I will be free the next Sunday. However, count me free for
now. What about this Friday?


Reply to this email directly or view it on GitHub
#101 (comment).

@ghost
Copy link

ghost commented May 25, 2015

Should we plan another meeting this weekend?

@samsonasik
Copy link
Member Author

Yes, I will be available at weekend, what day/time will you all available?

Warm regards,

Abdul Malik Ikhsan

Pada 25 Mei 2015, pukul 20.26, Stanimir Dimitrov [email protected] menulis:

Should be plan another meeting this weekend?


Reply to this email directly or view it on GitHub.

@acelaya
Copy link
Contributor

acelaya commented May 25, 2015

I will be available this weekend too. I'm GMT+2

@ghost
Copy link

ghost commented May 25, 2015

GMT +3, but Saturday only from 6PM. Sunday I'm free whole day.

@acelaya
Copy link
Contributor

acelaya commented May 25, 2015

I prefer Sunday too

2015-05-25 21:07 GMT+02:00 Stanimir Dimitrov [email protected]:

GMT +3, but Saturday only from 6PM. Sunday I'm free whole day.


Reply to this email directly or view it on GitHub
#101 (comment).

Alejandro Celaya Alastrué
http://www.alejandrocelaya.com

@samsonasik
Copy link
Member Author

I created time poll for Sunday http://doodle.com/ygshw7bscb693g47 ( GMT + 7 on mine ), please select time on there for time availability on Sunday, If you need specific add more day/time, let me know.
Thank you.

@ghost
Copy link

ghost commented May 26, 2015

I have another crazy idea :D.

Can we get a partnership with the people responsible for ZF2 and start writing/posting tutorials on their website? This way way more people would see all the tutorials and hopefully learn more. Also a IRC notification on the #zftalk channel would be nice.

@samsonasik
Copy link
Member Author

I personally not sure with that approach. They currently busy for major version, and probably be annoying to notify on #zftalk ... btw I hope we can discuss more on meeting this weekend

Warm regards,

Abdul Malik Ikhsan

Pada 26 Mei 2015, pukul 19.36, Stanimir Dimitrov [email protected] menulis:

I have another crazy idea :D.

Can we get a partnership with the people responsible for ZF2 and start writing/posting tutorials on their website? This way way more people would see all the tutorials and hopefully learn more. Also a IRC notification on the #zftalk channel would be nice.


Reply to this email directly or view it on GitHub.

@samsonasik
Copy link
Member Author

Hi @acelaya @mockiemockiz please confirm your availability at sunday at http://doodle.com/ygshw7bscb693g47 or here so we can get the time, Thank you

@acelaya
Copy link
Contributor

acelaya commented May 30, 2015

Sorry, I completly forgot this.
Just answered the doodle.

@samsonasik
Copy link
Member Author

@acelaya it's ok, Thank you. Currently we have 1 match time ( 11:00 PM GMT+7 ) based on http://doodle.com/ygshw7bscb693g47 .
@mockiemockiz if you want another time to pick, please write, thank you.

@samsonasik
Copy link
Member Author

Hi All, I'm online at skype now ;) /cc @acelaya @mockiemockiz @stanimirdim92

@acelaya
Copy link
Contributor

acelaya commented May 31, 2015

Me too
El 31/5/2015 18:02, "Abdul Malik Ikhsan" [email protected]
escribió:

Hi All, I'm online at skype now ;) /cc @acelaya
https://github.com/acelaya @mockiemockiz
https://github.com/mockiemockiz @stanimirdim92
https://github.com/Stanimirdim92


Reply to this email directly or view it on GitHub
#101 (comment).

@ghost
Copy link

ghost commented Aug 8, 2015

Some new module ideas.

  • Controller Plugin. How to create a plugin and pass all dependencies like service manager and controller plugin manager. A real world example would fit perfectly such as using FlashMessenger to pass arrays|strings|arrayobjects which can be iterated with \Spl libraries and showed to the user after a redirect. Bootstrap can be used for message styling in combination with FM namespace.
  • ZF2 optimizations and performance tricks such as: autoload_classmap.php, template_map instead of template_path_sack, cache module config, setting different layouts without EdpModuleLayouts. More?

@samsonasik
Copy link
Member Author

in my opinion,

  1. controller plugins sample is ok.
  2. Not sure about optimizations, as it looks should be a blog post instead of real live example. note: autoload_classmap in zf2 can be replaced with composer autoload.

Warm regards,

Abdul Malik Ikhsan

Pada 8 Agt 2015, pukul 15.15, Stanimir Dimitrov [email protected] menulis:

Some new module ideas.

Controller Plugin. How to create a plugin and pass all dependencies like service manager and controller plugin manager. A real world example would fit perfectly such as using FlashMessenger to pass arrays|strings|arrayobjects which can be iterated with \Spl libraries and showed to the user after a redirect. Bootstrap can be used for message styling in combination with FM namespace.

ZF2 optimizations and performance tricks such as: autoload_classmap.php, template_map, cache module config, setting different layouts without EdpModuleLayouts. More?


Reply to this email directly or view it on GitHub.

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

No branches or pull requests

3 participants