1 2015-07-21T00:11:53  *** yask has quit IRC
   2 2015-07-21T08:24:41  *** vipul20 has joined #moin-dev
   3 2015-07-21T08:26:39  *** greg_f has joined #moin-dev
   4 2015-07-21T08:38:19  *** waldi_ is now known as waldi
   5 2015-07-21T08:38:20  *** waldi has joined #moin-dev
   6 2015-07-21T09:35:23  *** aviraldg has joined #moin-dev
   7 2015-07-21T12:43:42  *** dave_largo has joined #moin-dev
   8 2015-07-21T14:42:02  *** aviraldg has quit IRC
   9 2015-07-21T15:00:36  *** randomax has joined #moin-dev
  10 2015-07-21T15:09:53  *** dave_largo has quit IRC
  11 2015-07-21T15:09:53  *** greg_f has quit IRC
  12 2015-07-21T15:16:19  *** dave_largo has joined #moin-dev
  13 2015-07-21T15:16:46  *** greg_f has joined #moin-dev
  14 2015-07-21T15:42:54  *** randomax_ has joined #moin-dev
  15 2015-07-21T15:43:55  *** randomax has quit IRC
  16 2015-07-21T15:56:44  *** yask has joined #moin-dev
  17 2015-07-21T16:03:56  *** randomax has joined #moin-dev
  18 2015-07-21T16:07:00  *** randomax_ has quit IRC
  19 2015-07-21T16:08:12  <randomax> saurabh told me he'd be travelling today so he might not be able to make it in time for the meeting
  20 2015-07-21T16:08:45  <yask> moin ThomasWaldmann waldi  randomax
  21 2015-07-21T16:09:01  <randomax> moin
  22 2015-07-21T16:09:32  <yask> ThomasWaldmann:  waldi  look busy! should I get started ?
  23 2015-07-21T16:09:57  <randomax> wait for some time
  24 2015-07-21T16:10:07  <randomax> vipul20, here ?
  25 2015-07-21T16:10:15  <vipul20> yes
  26 2015-07-21T16:11:28  <randomax> lets wait for a few minutes and then we'll start
  27 2015-07-21T16:11:38  <vipul20> last time ThomasWaldmann said that he would be in EuroPython this week
  28 2015-07-21T16:11:42  <vipul20> ok
  29 2015-07-21T16:16:33  <waldi> moin
  30 2015-07-21T16:17:22  <waldi> it seems that ThomasWaldmann is not here
  31 2015-07-21T16:17:45  <waldi> i'm a bit short of time, so lets try to get this over with
  32 2015-07-21T16:18:02  <waldi> yask, vipul20, randomax: you are here?
  33 2015-07-21T16:18:14  <vipul20> yes
  34 2015-07-21T16:18:15  <randomax> yes
  35 2015-07-21T16:18:23  <yask> yes
  36 2015-07-21T16:19:07  <waldi> vipul20: please start
  37 2015-07-21T16:19:37  <vipul20> # DONE
  38 2015-07-21T16:19:37  <vipul20> reduced number of queries made for comments/reply
  39 2015-07-21T16:19:37  <vipul20> changed previous implementation CR: https://codereview.appspot.com/256840043
  40 2015-07-21T16:19:37  <vipul20> # BLOCKERS
  41 2015-07-21T16:19:37  <vipul20> the datetime field cannot be stored in meta as it is not json serializable and therefore can't be sorted using python's sorted() function and whoosh can only query using datetime objects.
  42 2015-07-21T16:19:38  <vipul20> # TODO
  43 2015-07-21T16:19:38  <vipul20> Improve UI for comments
  44 2015-07-21T16:19:38  <vipul20> implement advanced search view: filters based on “author”, “tags”, “assignee”, “difficulty”, “effort”, “severity” and “priority”
  45 2015-07-21T16:21:27  <waldi> okay. could you explain the datetime problem a bit more?
  46 2015-07-21T16:22:10  <vipul20> I want to store the timestamp of the comment in the metadata of the comment and then sort the comments according to it while rendering the comment
  47 2015-07-21T16:22:31  <vipul20> but as datetime objects in python are not json serializable I cannot store it in meta
  48 2015-07-21T16:22:57  <waldi> well. store it in iso-format. json does not specify a time format
  49 2015-07-21T16:23:01  <vipul20> Also whoosh needs only datetime objects to sort the items
  50 2015-07-21T16:23:31  <vipul20> can I sort using iso-format ?
  51 2015-07-21T16:24:14  <waldi> if you use UTC, which you should do anyway, yes. see https://en.wikipedia.org/wiki/ISO_8601
  52 2015-07-21T16:25:01  <vipul20> ok, I'll try it
  53 2015-07-21T16:28:21  <waldi> any other questions for vipul20?
  54 2015-07-21T16:28:34  <randomax> no
  55 2015-07-21T16:29:24  <waldi> okay. thank you vipul20
  56 2015-07-21T16:29:29  <waldi> yask: your turn
  57 2015-07-21T16:30:39  <yask> #Done:
  58 2015-07-21T16:30:39  <yask> 953a8cd Local history page themed
  59 2015-07-21T16:30:39  <yask> c6f8ed4 Fixed indicator color bug in usersetting
  60 2015-07-21T16:30:39  <yask> ecb9cfa Enhanced breadcrumbs in basic theme
  61 2015-07-21T16:30:39  <yask> 726692b stretched topnav and header
  62 2015-07-21T16:30:39  <yask> #Todo:
  63 2015-07-21T16:30:39  <yask> Work on Quicklinks
  64 2015-07-21T16:30:40  <yask> Work on Admin UI
  65 2015-07-21T16:30:41  <yask> If completed,  proceed to next task: `Improvements in editor`
  66 2015-07-21T16:32:37  <waldi> i currently have no questions
  67 2015-07-21T16:33:45  <waldi> anyone else?
  68 2015-07-21T16:34:38  <randomax> no
  69 2015-07-21T16:34:53  <waldi> thank you yask
  70 2015-07-21T16:47:49  *** randomax has quit IRC
  71 2015-07-21T16:59:53  *** randomax has joined #moin-dev
  72 2015-07-21T17:44:16  *** greg_f has quit IRC
  73 2015-07-21T17:46:35  *** randomax has quit IRC
  74 2015-07-21T20:43:27  *** vipul20 has quit IRC
  75 2015-07-21T21:22:09  *** dave_largo has quit IRC
  76 2015-07-21T22:13:02  *** xorAxAx has quit IRC
  77 2015-07-21T22:13:27  *** ThomasWaldmann has quit IRC
  78 2015-07-21T22:20:49  *** xorAxAx has joined #moin-dev
  79 

MoinMoin: MoinMoinChat/Logs/moin-dev/2015-07-21 (last edited 2015-07-21 00:15:03 by IrcLogImporter)