My timeline before kicking off

Locked
User avatar
aini
Joomla! Intern
Joomla! Intern
Posts: 61
Joined: Sun Apr 15, 2007 3:17 am
Location: Taipei, Taiwan
Contact:

My timeline before kicking off

Post by aini » Fri Apr 20, 2007 2:23 pm

Finally, I am back after being examination and presentation  8)

I write my timeline this below :

Finding Out :

    * April, 21 th
          o different between module, component and mambot
          o user management
          o goal :
                + planning my project will be module, component, mambot or included automatically
                + comprehension of how user become as author and publisher
    * April, 27th
          o relationship author and publisher towards an article
          o API Joomla database (if it is necessarry)
          o goal :
                + making planning for fixing current Joomla system. Every author or publisher has reponsibilty for each category. However there is possible one author or publisher handled many categories
    * May, 4th
          o API Joomla for writing
          o goal :
                + comprehension of howto write article , news on Joomla. It needs for writing through email
    * May, 11 th
          o API Joomla for mail
          o goal :
                + Howto send and receive email on Joomla
    * May, 18 th
          o Email contain parsing
                + Finding out on Joomla or another API programming for parsing email.
                + If it is possible, writing article by mail nut just approving and deleting from email client.

Finally,

    * May, 25 th Preparation
          o writing timeline for next section
          o installation tools

Bismillahirahmanirrahim :)

Jia You !!

Looking forward to hearing any feedback from you, especially my mentor :lol:

I also put this on http://nuraini.wordpress.com/2007/04/20 ... cking-off/
just ordinary woman :-[
http://nuraini.net

User avatar
ianmac
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 4784
Joined: Sat Sep 24, 2005 11:01 pm
Location: Toronto, Canada

Re: My timeline before kicking off

Post by ianmac » Fri Apr 20, 2007 3:58 pm

aini wrote: Finally, I am back after being examination and presentation  8)

I write my timeline this below :

Finding Out :

    * April, 21 th
          o different between module, component and mambot
          o user management
          o goal :
                + planning my project will be module, component, mambot or included automatically
                + comprehension of how user become as author and publisher
There are tutorials on dev.joomla.org that you might look at to get you up to speed on modules, components and plugins.  I assume you are writing for 1.5...

Security would be the toughest issue.  You would need a way of ensuring that the email came from where it said it came from.

For permissions, you would need to figure out what address the email came from, verify that the address is from who it said it was, then look up a userid for that email address from the database (#__users) and check to see if the user has permissions to do this.  You shouldn't check editor or publisher status, but use the authorize method.
    * April, 27th
          o relationship author and publisher towards an article
          o API Joomla database (if it is necessarry)
          o goal :
                + making planning for fixing current Joomla system. Every author or publisher has reponsibilty for each category. However there is possible one author or publisher handled many categories
You will have to speak with Hackwar for this one, because he wrote the new ACL system, and this should be used.
    * May, 4th
          o API Joomla for writing
          o goal :
                + comprehension of howto write article , news on Joomla. It needs for writing through email
    * May, 11 th
          o API Joomla for mail
          o goal :
                + Howto send and receive email on Joomla
Sending mail is easy, I think.  There is already the phpmailer library that is used, and there are components that do this.  Receiving mail will be the harder part.  We may need a JEmail class in the Joomla.Framework:Client package.  This, I think, will be the hardest part of your project.  I suspect you will have to interact with a pop server or an imap server.  Hopefull pop servers are more uniform than the FTP servers - it has been difficult getting the FTP layer to work.
    * May, 18 th
          o Email contain parsing
                + Finding out on Joomla or another API programming for parsing email.
                + If it is possible, writing article by mail nut just approving and deleting from email client.
I guess you will have to specify some sort of format.  You may have to start off strict (i.e. specifying a pretty stringent format that authors must use), and then add functionality to relax this and to more intelligently recognize different parts of the article.
Finally,

    * May, 25 th Preparation
          o writing timeline for next section
          o installation tools

Bismillahirahmanirrahim :)

Jia You !!

Looking forward to hearing any feedback from you, especially my mentor :lol:

I also put this on http://nuraini.wordpress.com/2007/04/20 ... cking-off/
It is great to see you planning well!  Planning will greatly improve the success of your project.  Don't hesitate to ask questions in the 1.5 Development forum, and if you are looking for documentation resources, let me know.  I know where most of the official developer docs are and can point you toward those resources.  There are lots of people around here who have a lot of knowledge and experience working with the Joomla! code and I'm sure they would be happy to help.

I hope the SoC is a great experience for you and I'm looking forward to seeing what you produce!

Cheers,
Ian

deviantdev
Joomla! Apprentice
Joomla! Apprentice
Posts: 34
Joined: Fri Apr 13, 2007 5:28 am
Location: Singapore
Contact:

Re: My timeline before kicking off

Post by deviantdev » Fri Apr 20, 2007 4:52 pm

wow, Aini, starting so early...

Jia You!!!

You can refer to my initial proposal at http://deviantdev.com/jigg/ for reference though it is not as detailed as yours.

we are supposed to work on second beta of Joomla! 1.5; I guess it will be gonna out soon.

in the meantime, i gonna struggle with my finals.

By the way, wordpress has similar feature.

take care,
DD

User avatar
willebil
Joomla! Guru
Joomla! Guru
Posts: 762
Joined: Thu Aug 18, 2005 12:06 pm
Location: Netherlands

Re: My timeline before kicking off

Post by willebil » Fri Apr 20, 2007 7:57 pm

Great to see you started. Use the time you have now, it will come in handy. We expierenced a lack of time in the end past year, so you cannot start early enough. Also remember we have a mailing group to discuss things.

User avatar
ianmac
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 4784
Joined: Sat Sep 24, 2005 11:01 pm
Location: Toronto, Canada

Re: My timeline before kicking off

Post by ianmac » Fri Apr 20, 2007 8:18 pm

Hope I wasn't overstepping in my last post...  The forum was public though, so I thought I would add my 2cents.

Ian

User avatar
Jinx
Joomla! Champion
Joomla! Champion
Posts: 6508
Joined: Fri Aug 12, 2005 12:47 am
Contact:

Re: My timeline before kicking off

Post by Jinx » Sat Apr 21, 2007 9:44 pm

No probs Ian, students are encouraged to use the forums to get community feedback. Thanks for the help :)
Johan Janssens - Joomla Co-Founder, Lead Developer of Joomla 1.5

http://www.joomlatools.com - Joomla extensions that just work

User avatar
aini
Joomla! Intern
Joomla! Intern
Posts: 61
Joined: Sun Apr 15, 2007 3:17 am
Location: Taipei, Taiwan
Contact:

Re: My timeline before kicking off

Post by aini » Sun Apr 22, 2007 2:59 am

#Ian
thank you for your feedback  :laugh:

#Jay Shoe
I knew that wordpress has it before I post to this forum
I try to learn it
Perhaps, I will enhance it
I am the person who always makes planning clearly  ;)
I need a goal every week.

Jay shoe, wo de peng you, Jia You !!!

#wilebil
at that timeline, I just make observation, not coding
I spend 2-3 hours every week making a note
exploring Joomla more
I am novice user  8)

on beginning of June until mid of June I have final exam before summer vacation  :'(
therefore I start early
I hope after mid of June I could run faster as quick as possible
On the other hand, when I will be back to Indonesia about one month. It will be difficult for me to keep in touch with internet
As I wrote in my proposal, Indonesia has limited bandwith  :(
I must collect all of material that I need for coding
Hopefully, my project will be done on time  :)

#All
Where is better I post my question about SoC project ?
Mailing list  or joomla Forum ?
just ordinary woman :-[
http://nuraini.net

User avatar
Jinx
Joomla! Champion
Joomla! Champion
Posts: 6508
Joined: Fri Aug 12, 2005 12:47 am
Contact:

Re: My timeline before kicking off

Post by Jinx » Sun Apr 22, 2007 11:41 pm

aini wrote: Where is better I post my question about SoC project ?
Mailing list  or joomla Forum ?
Best place is the mailing list since this is read by all mentors and students.
Johan Janssens - Joomla Co-Founder, Lead Developer of Joomla 1.5

http://www.joomlatools.com - Joomla extensions that just work

deviantdev
Joomla! Apprentice
Joomla! Apprentice
Posts: 34
Joined: Fri Apr 13, 2007 5:28 am
Location: Singapore
Contact:

Re: My timeline before kicking off

Post by deviantdev » Wed May 02, 2007 6:32 pm

Selamat Aini,

I think this book would be quite helpful to us.

Learning Joomla! Extension Development: http://www.joomla.org/content/view/3235/33/

It would be great if the author would give free copies to GSoC students :). We can proof-read :).

Cheers,
DD

User avatar
Jinx
Joomla! Champion
Joomla! Champion
Posts: 6508
Joined: Fri Aug 12, 2005 12:47 am
Contact:

Re: My timeline before kicking off

Post by Jinx » Wed May 02, 2007 7:02 pm

Good idea, i'll see what i can do.
Johan Janssens - Joomla Co-Founder, Lead Developer of Joomla 1.5

http://www.joomlatools.com - Joomla extensions that just work

User avatar
aini
Joomla! Intern
Joomla! Intern
Posts: 61
Joined: Sun Apr 15, 2007 3:17 am
Location: Taipei, Taiwan
Contact:

Re: My timeline before kicking off

Post by aini » Thu May 03, 2007 4:43 pm

Hai (better than selamat)Jay Soe,

It was exciting that you tried to write Indonesia language :)
But don't use "selamat" :)
Selamat means congratulation

It is a great idea for reading that book
You buy first and prove it then give me one  :-*

btw, I will be off temporary again
My last midterm  8) will be on this Monday
12 chapters !!!!!
it is all about cryptography and security
it is fascinating field

C ... U all on Monday

my SoC FlowChart last modification  --> http://nuraini.wordpress.com/2007/05/01 ... lising-12/
just ordinary woman :-[
http://nuraini.net

deviantdev
Joomla! Apprentice
Joomla! Apprentice
Posts: 34
Joined: Fri Apr 13, 2007 5:28 am
Location: Singapore
Contact:

Re: My timeline before kicking off

Post by deviantdev » Thu May 03, 2007 4:53 pm

Hai Aini,

All the best with your mid terms...

after that are you coming back to Indo?

Cheers,
DD

User avatar
aini
Joomla! Intern
Joomla! Intern
Posts: 61
Joined: Sun Apr 15, 2007 3:17 am
Location: Taipei, Taiwan
Contact:

Re: My timeline before kicking off

Post by aini » Sat May 05, 2007 2:52 am

Jay Soe hao,

It would be lovely, if I could back soon  :-*
but ....
it is still 11th week
need 5 weeks later for summer vacation  :(

when SoC start, I remain until mid of June in Taipei
then back to Indo for one month  :laugh:

I miss my mom and dad  8)

btw, how is your SoC's Research, so far  ???
just ordinary woman :-[
http://nuraini.net


Locked

Return to “Past Google Summer of Code Editions”