Wednesday, 2014-04-09

*** tpb has joined #melange00:00
*** asmeurer__ has joined #melange00:02
*** variable has joined #melange00:43
*** kdh-1334 has quit IRC00:59
*** kdh-1334_ has quit IRC00:59
*** kdh-1334 has joined #melange01:01
*** kdh-1334 has quit IRC01:05
*** Fuuzetsu` is now known as Fuuzetsu01:25
*** madrazr has quit IRC02:03
*** madrazr has joined #melange02:29
*** ChanServ sets mode: +o madrazr02:29
*** vijay13 has quit IRC02:46
*** asmeurer__ has quit IRC03:00
*** robbyoconnor has joined #melange03:04
*** joshwambua has quit IRC03:05
*** kdh-1334_ has joined #melange03:07
*** kdh-1334 has joined #melange03:07
*** Niharika has joined #melange03:34
*** robbyoconnor has quit IRC03:50
*** robbyoconnor has joined #melange03:52
*** sidthekid has joined #melange04:00
*** asmeurer__ has joined #melange04:29
*** Gentlecat has joined #melange04:36
*** joshwambua has joined #melange04:37
*** joshwambua has joined #melange04:37
*** asmeurer__ has quit IRC04:44
*** vijay13 has joined #melange05:32
*** robbyoconnor has quit IRC05:44
*** robbyoconnor has joined #melange05:45
*** jasvir has joined #melange05:48
*** jasvir has quit IRC05:51
*** joshwambua has quit IRC05:53
*** jasvir has joined #melange05:53
*** robbyoconnor has quit IRC05:56
*** robbyoconnor has joined #melange05:57
jasvirmadrazr: ping06:03
madrazrjasvir: pong06:03
*** joshwambua has joined #melange06:04
*** joshwambua has joined #melange06:04
jasvirmadrazr: I am trying to register myself in GCI at my testing instance but on submit form at gci/profile/org_admin/google/gci2013, it shows error ""06:05
jasvirThis page is inaccessible because you do not have a profile in the program at this time.06:05
jasvirmadrazr: I have to make profile at GSoC  first?06:06
madrazrwhat are you doing with GCI?06:08
madrazrI have told you before that GCI might be broken06:08
jasvirmadrazr: Actually I want to implement in my college event.06:10
jasvirmadrazr: We have to give tasks to various students.06:10
*** joshwambua has quit IRC06:10
madrazrjasvir: you have lots of work to do then06:11
madrazrto get GCI up and running06:11
jasvirmadrazr: Ohk. I prefer to drop this idea :P06:12
*** suranga has quit IRC06:15
madrazrjasvir: :P06:21
jasvirmadrazr: Can we continue our discussion now?06:23
madrazrjasvir: sure06:23
jasvirmadrazr: I guess garlic using seperate JS of defining localstorage06:26
*** Gentlecat has quit IRC06:26
jasvirmadrazr: https://github.com/mattpowell/localstorageshim/blob/master/localstorageshim.js06:26
tpbTitle: localstorageshim/localstorageshim.js at master · mattpowell/localstorageshim · GitHub (at github.com)06:26
madrazrjasvir: please read the README file first06:27
madrazrthe shim is used only for those ancient browsers that do not support localStorage06:27
jasvirmadrazr: Oh!06:29
jasvirmadrazr: how can we define our own storage?06:31
madrazrjasvir: did you read the garlic.js code that I linked you the other day?06:32
madrazrit was pretty simple06:32
madrazrlike 400 lines of JS code06:32
madrazrI even linked you to storage object definition06:32
madrazrwait let me get the links06:32
jasvirmadrazr: It's only one function.06:32
madrazrjasvir: yes!06:33
madrazrthat's all you need to replace on JS side!06:33
jasvirmadrazr: Yeah I know that.06:33
madrazrjasvir: then what else?06:33
madrazrget it done!06:33
jasvirmadrazr: Ok. I'll do that. But first make me clear, what will be function of python in all this process? Get call will direct towards toward a callback function on success.06:37
jasvirwhat will be the motive of that function?06:38
madrazrjasvir: but what will GET call?06:39
*** rusnic has joined #melange06:39
madrazrjasvir: basically GET will call a URL06:40
madrazrfor which there exists a Python view06:40
madrazrrather a RequestHandler subclass06:40
madrazrwith a post() method06:40
madrazrwhen JS makes the POST call06:41
madrazrthis server is called on the server side06:41
madrazrthis post() method in the RequestHandler subclass will receive the data sent by JS POST call06:41
madrazrthe post() method processes the data06:41
madrazrand stores it in the datastore06:41
madrazrjasvir: makes any sense at all?06:41
madrazror was that confusing/too fast06:42
madrazr?06:42
jasvirmadrazr: This data will be stored in same fields where actual data is stored ?06:43
*** rishy has joined #melange06:48
jasvirmadrazr: I got it upto this point. But I am worried about storing data. Can we store empty fileds in datastore?06:50
*** rusnic has quit IRC06:56
jasvirmadrazr: Please clear this too. Why we are defining storage in JS? Garlic defines storage because it is the final destination of data. But in our case, storage is to be done in datastore and it is handeled by python.07:05
*** jasvir has left #melange07:08
*** joshwambua has joined #melange07:08
*** sidthekid has quit IRC07:21
madrazrjasvir: assuming you will read the logs when you are back07:33
madrazrjasvir: how do we handle storage of data in the datastore is open for discussion07:33
madrazrthis, IMO, is the only tricky part in this whole thing07:33
madrazrwe need to have design discussion about this07:34
madrazrabout how to store intermediate (incomplete) data07:34
madrazrbecause we cannot store it as regular model entities of the destination model class because of validation rules07:35
madrazrApp Engine datastore won't allow us to do it07:35
madrazrwe need to build a small temporary store for this data07:35
madrazrStorage object in garlic.js is just an abstraction07:35
madrazrits methods' implementation calls either localStorage on modern browsers that support localStorage07:36
madrazrand the storage shim otherwise07:36
madrazrwhat we need to build is another abstraction that can also handle server side storage07:36
madrazrand replace garlic.js's storage object with our storage07:37
madrazrlike they replace their storage with the shim for the browsers that don't support localStorage07:37
*** ggherdov_ has quit IRC07:45
*** ggherdov_ has joined #melange07:45
*** ggherdov_ has joined #melange07:45
*** ashishk has joined #melange07:48
*** rocker has joined #melange07:50
*** shikher has joined #melange07:51
shikhermadrazr: hey07:54
madrazrshikher: Hi07:55
*** ashishk has quit IRC07:56
shikhermadrazr: 3 days without internet. finally fixed. realized the web is more of a need than a want.07:58
shikhermadrazr: nathaniel said u had a very bsy last week.07:59
*** sidthekid has joined #melange08:00
madrazrshikher: yeah08:00
*** ashishk has joined #melange08:01
*** sidthekid has joined #melange08:01
*** Extreme has quit IRC08:01
shikhermadrazr: 2 major commits are pending review from u. please have a look maybe this week, if u get time. thnx.08:01
madrazrshikher: of course, yeah08:01
*** Extreme has joined #melange08:06
*** mwilkes|away has quit IRC08:17
*** mwilkes|away has joined #melange08:20
*** mwilkes|away is now known as MatthewWilkes08:20
*** rocker has quit IRC08:31
*** vijay13 has quit IRC08:33
*** ggherdov_ is now known as ggherdov08:36
*** ashishk has quit IRC08:38
*** joshwambua has quit IRC08:44
*** joshwambua has joined #melange08:50
*** joshwambua has joined #melange08:50
*** Gentlecat has joined #melange09:06
*** rocker has joined #melange09:09
*** rvraghav93 has joined #melange09:13
*** madrazr has quit IRC09:18
*** shikher has left #melange09:23
*** Niharika has quit IRC09:35
*** variable has quit IRC09:47
*** samgtr has joined #melange09:50
*** variable has joined #melange10:01
*** bitgeeky has joined #melange10:08
*** Gentlecat has quit IRC10:11
*** rusnic has joined #melange10:53
*** bitgeeky has quit IRC11:10
*** rusnic has quit IRC11:23
*** sidthekid has quit IRC11:31
*** rishabh has joined #melange11:40
*** rishy has quit IRC11:47
*** joshwambua has quit IRC12:02
*** joshwambua has joined #melange12:03
*** joshwambua has joined #melange12:11
*** raghunayyar has joined #melange12:33
*** Niharika has joined #melange12:37
*** rvraghav93_ has joined #melange12:41
*** rvraghav93 has quit IRC12:41
*** bitgeeky has joined #melange12:54
*** joshwambua has quit IRC12:56
*** suranga has joined #melange13:11
*** rvraghav93_ has quit IRC13:44
*** rvraghav93 has joined #melange13:46
*** joshwambua has joined #melange13:46
*** joshwambua has joined #melange13:47
*** joshwambua has joined #melange13:47
*** Gentlecat has joined #melange13:52
*** Fuuzetsu has quit IRC13:53
*** Fuuzetsu has joined #melange13:54
*** Fuuzetsu is now known as Guest2180813:54
*** jjj has joined #melange14:02
*** Guest21808 has quit IRC14:07
*** Guest21808 has joined #melange14:07
*** Guest21808 is now known as Fuuzetsu`14:07
*** Fuuzetsu` is now known as Fuuzetsu14:07
*** robbyoconnor has quit IRC14:18
*** Gentlecat has quit IRC14:24
*** raghunayyar has quit IRC14:57
*** kdh-1334_ has quit IRC15:01
*** kdh-1334 has quit IRC15:01
*** joshwambua has quit IRC15:07
*** joshwambua has joined #melange15:09
*** vijay13 has joined #melange15:20
*** hammad_ has joined #melange15:43
*** jasvir has joined #melange15:45
*** samgtr has quit IRC16:05
*** kdh-1334 has joined #melange16:05
*** kdh-1334_ has joined #melange16:10
*** kdh-1334_ has quit IRC16:20
*** kdh-1334 has quit IRC16:20
*** bitgeeky has quit IRC16:21
*** shamim096 has joined #melange16:33
*** sidthekid has joined #melange16:40
*** Niharika has quit IRC16:40
*** kdh-1334_ has joined #melange16:58
*** kdh-1334 has joined #melange16:59
*** kdh-1334 has quit IRC17:01
*** kdh-1334_ has quit IRC17:01
*** madrazr has joined #melange17:13
*** ChanServ sets mode: +o madrazr17:13
*** bitgeeky has joined #melange17:23
jasvirmadrazr: Thanks. I have gone through the logs :)17:31
*** kdh-1334_ has joined #melange17:35
*** kdh-1334 has joined #melange17:35
*** jjj has left #melange17:50
*** sidthekid has quit IRC17:54
*** shikher has joined #melange18:00
*** vijay13 has quit IRC18:03
*** shikher has quit IRC18:13
*** bitgeeky has quit IRC18:17
*** heller has quit IRC18:24
*** heller has joined #melange18:24
*** jasvir has left #melange18:36
*** sidthekid has joined #melange18:42
*** vivekjain has joined #melange18:43
*** vivekjain has quit IRC18:56
*** joshwambua has quit IRC19:03
*** madrazr has quit IRC19:05
*** rvraghav93 has quit IRC19:10
*** joshwambua has joined #melange19:14
*** RaulT has joined #melange19:21
*** shamim096 has quit IRC19:22
*** madrazr has joined #melange19:46
*** ChanServ sets mode: +o madrazr19:46
*** hammad_ has quit IRC19:49
*** rishabh has quit IRC19:49
*** kdh-1334_ has quit IRC19:57
*** kdh-1334 has quit IRC19:57
*** shamim096 has joined #melange20:22
*** rishy has joined #melange20:33
*** shamim096 has quit IRC20:37
*** shikher has joined #melange21:12
*** shikher has quit IRC22:27
*** vijay13 has joined #melange22:38
*** RaulT has quit IRC23:05
*** madrazr has left #melange23:31
*** Gentlecat has joined #melange23:33

Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!