IRC log of #novawebdev for Friday, 2018-05-25

*** mjsir911 has joined #novawebdev08:40
*** dsmall has joined #novawebdev09:42
*** jelkner has joined #novawebdev11:05
*** mr_german has joined #novawebdev11:31
jelknerGood morning, mr_german 11:31
mr_germangood morning jelkner 11:31
mr_german;)11:31
jelknerhow are things going with ormd?11:31
jelknerwill we be ready to show on sunday?11:32
mr_germanreally good, i hope add al the content today11:32
mr_germanyep11:32
jelknernice!11:32
mr_germanall*11:32
jelknerok, i'll let you get to it then11:32
jelknerthanks!!11:32
mr_germannp ;) jelkner 11:32
jelknerlet's talk again tomorrow11:32
mr_germansure jelkner 11:32
jelknerwe will be online from 10  to 5 pm11:32
jelknerEST11:32
jelknerlet's check-in so I can see what you've got11:33
mr_germanjelkner, great, sounds good for me!11:33
jelknerhasta mañana11:33
mr_germanhasta mañana o/11:34
*** replaceafill has joined #novawebdev11:41
dsmallreplaceafill, good morning11:42
replaceafillgood morning dsmall11:42
mr_germanhello, good morning replaceafill 11:42
replaceafillgood morning mr_german11:43
replaceafillmr_german, how's your progress?11:43
replaceafillmr_german, anything to show yet?11:43
mr_germanreplaceafill, no, i need add all the content11:43
replaceafillmr_german, ok11:43
replaceafillmr_german, remember we're meeting at 2 pm our time11:44
mr_germanok11:44
replaceafillmr_german, i'll let you go back to it11:44
mr_germank11:44
mr_germanyou'll create the forms11:44
mr_germanright11:44
mr_german?11:44
dsmallreplaceafill, I added some urls that let you sort by date11:44
dsmallreplaceafill, /blog/year/month/day/11:44
replaceafillmr_german, yes11:44
dsmallreplaceafill, each parameter is optional11:45
replaceafilldsmall, excellent11:45
dsmallreplaceafill, im currently trying to make a dropdown menu that links to those urls11:45
replaceafilldsmall, oh ok11:45
replaceafilldsmall, any blockers on that?11:45
dsmallreplaceafill, whats a blocker?11:46
replaceafilldsmall, something that blocks your progress11:46
replaceafilldsmall, is there something blocking you there?11:46
dsmallreplaceafill, ohhh i see11:46
dsmallreplaceafill, nope, just have to do it11:46
replaceafilldsmall, cool, nice progress11:47
replaceafilldsmall, if you have enough time today you should start integrating your templates into the theme11:47
dsmallreplaceafill, I am having a little bit of trouble with getting a list of all the unique months from create_dt11:47
dsmallreplaceafill, totally11:47
replaceafilldsmall, are you familiar with test driven development (TDD)?11:48
dsmallreplaceafill, no I am not11:48
replaceafilldsmall, ok11:48
dsmallreplaceafill, I can look it up and become familiar with it11:48
replaceafilldsmall, in this iteration we could go away with dirty implementations11:48
replaceafilldsmall, once it seems to work we can add automated tests11:49
replaceafilldsmall, so don't worry if the way you're solving the problems isn't optimal11:49
dsmallreplaceafill, thats good to hear11:49
replaceafilldsmall, what's your problem specifically with the months?11:50
dsmallreplaceafill, I have this "month_list = Page.objects.values_list('create_dt')", but the problem is create_dt is a datetime field and I don't know how to reformat that into just the name of the month11:51
replaceafilldsmall, oh i see11:51
replaceafilldsmall, hold on11:51
dsmallreplaceafill, I also need to remove duplicates, but .distinct() doesn't work at this level11:51
dsmallreplaceafill, okay11:51
replaceafillACTION is looking for an example11:52
dsmallreplaceafill, there is a date filter that has been helpful, but I don't know a good way to use that in this situation11:52
replaceafilldsmall, check this: https://bradmontgomery.net/blog/date-lookups-django/11:54
dsmallreplaceafill, okay11:54
replaceafilldsmall, couldn't find a link to the django docs11:54
replaceafilldsmall, but there's a couple of examples of querying dates there11:55
replaceafillItem.objects.filter(11:55
replaceafill    created__day=dt.day, 11:55
replaceafill    created__month=dt.month, 11:55
replaceafill    created__year=dt.year11:55
replaceafill)11:55
replaceafilldsmall, underscore underscore allow you to do some advanced things with fields11:55
dsmallreplaceafill, right11:56
replaceafilldsmall, like tags__in=['a', 'b', 'c']11:56
replaceafilldsmall, that's like the in operator in pythong11:56
dsmallreplaceafill, oh wow11:56
replaceafilldsmall, and you can access attributes like somedate__month11:56
replaceafilldsmall, and compare and filter11:56
replaceafilldsmall, so you could blindly traverse the 12 months11:57
replaceafilldsmall, and "populate?" the months that have data11:57
replaceafilldsmall, that's a dirty approach11:57
dsmallreplaceafill, okay, I think I get it11:57
replaceafilldsmall, but good enough for now11:57
dsmallreplaceafill, if I have any more questions I will let you know11:57
replaceafilldsmall, you'll be hitting the database unnecessarily, but that can be optimized later11:58
replaceafilldsmall, cool11:58
replaceafilldsmall, good luck11:58
dsmallreplaceafill, thanks11:58
replaceafilldsmall, finally, here it is: https://docs.djangoproject.com/en/1.8/topics/db/queries/#field-lookups12:00
mr_germanreplaceafill, ready!, I'm going to start!12:02
replaceafillmr_german, kk12:02
replaceafillmr_german, the sooner you can show it to jelkner and lelkneralfaro for feedback, the better12:02
mr_germanok12:03
jelknerGood morning, replaceafill!12:09
replaceafilljelkner, good morning!12:09
jelknermr_german and i talked about feedback tomorrow12:09
replaceafilljelkner, oh cool12:10
jelkneri'll be on irc between 10 am and 4:45 pm12:10
jelknerso we are all set12:10
replaceafilljelkner, great, thanks for letting me know12:10
jelknernow we just need to leave him be so he can get ready ;-)12:10
replaceafilljelkner, indeed12:10
replaceafilljelkner, do you have some extra time tomorrow to talk about the threaded forums?12:12
dsmallreplaceafill, I almost have the dropdown menu, it took me some time to work out the code behind it13:45
replaceafilldsmall, cool13:45
dsmallreplaceafill, I was going to leave a little early today if thats fine with you13:45
replaceafilldsmall, sure, np13:45
replaceafilldsmall, you've made good progress on this13:46
dsmallreplaceafill, I have everything on my repo if you want to check it out13:46
dsmallreplaceafill, just make sure to be on the dev branch13:46
dsmallreplaceafill, thanks13:46
replaceafilldsmall, ah ok, will do in a couple of hours13:46
dsmallreplaceafill, alright, email me if you have any questions/concerns about it13:46
replaceafilldsmall, on monday i think you had no idea what a tendenci page was :)13:46
replaceafilldsmall, will do13:47
dsmallreplaceafill, that is correct :)13:47
replaceafilldsmall, thanks for work on this, see you next week13:47
replaceafillworking*13:47
dsmallreplaceafill, no problem! See you next week13:48
mr_german /me goes to take his lunch13:53
mr_germanups13:53
mr_germanACTION goes to take his lunch*13:53
*** zOnny has joined #novawebdev13:57
zOnnyhello nrcerna 13:58
nrcernaHi zOnny, Acabo de leer el correo de Paul Flint 14:00
zOnnynrcerna: can you do that ?14:00
nrcernaDe hecho estaba escribiendole, por que puedo hablar solo por chat en hangouts, ahorita mismo, o luego de las 8:30 VA 14:01
zOnnynrcerna: cool 14:03
zOnnynrcerna: I just want to make sure that you are going to understand Flint 14:05
zOnnynrcerna: He prefer use Hangouts 14:06
nrcernaDo you meant Hangouts call? zOnny 14:07
nrcernaBecause I can't call zOnny 14:08
zOnnynrcerna: correct or you can send an email about using only email 14:08
zOnnynrcerna: puedes tu explicar eso a Flint ? 14:12
*** mjsir911 has joined #novawebdev14:12
nrcernaSure zOnny 14:17
zOnnynrcerna: I just want to make sure about your hangout 14:19
zOnnynrcerna: In case both agree on doing that 14:20
nrcernaEn ese caso, podrías estar presente? zOnny 14:20
zOnnynrcerna: si 14:22
zOnnynrcerna: well, esperamos  cual es respuesta de Flint14:24
nrcernaOk gracias zOnny, si hay que esperar 14:26
nrcernazOnny: con lo de la imagen que me enviaste , ahí puede ir parte de lo que Louie escribió en el documento, osea sería de dividir la información entre el lugar que yo había hecho para 'what do you need' y ese lugar donde están los iconos 14:41
nrcernaEs reorganizar la información entre los dos espacios que te mencioné zOnny, al menos es una idea, no se que te parece? 14:42
zOnnynrcerna: :S14:46
zOnnynrcerna: graphic design content ?14:47
nrcernaI didn't understand, did you? zOnny 14:48
zOnnynrcerna: graphic design puedes tu enviar contenido ?14:49
nrcernaWe need to reorganize the info Louie gave us, between this two: 'what do you need' , renamed as Services by Louie, and the other part (the screenshot you shared me) 14:51
nrcernaI think we can use the same content 14:51
nrcernaBeacuse is kinda extensive 14:52
nrcernazOnny 14:52
nrcernaDo you think is the right way, zOnny? 14:53
zOnnynrcerna: that is good question14:55
nrcernaKeep going zOnny 14:58
zOnnynrcerna: the font-family : century gothic is not free :(15:07
replaceafillACTION goes to get lunch, bb in ~4015:11
nrcerna:O you should use Monserat or Roboto zOnny 15:13
nrcernaI think Franklin Gothic Book its free too zOnny 15:16
nrcernaI'm about to go out zOnny I'll be back late night as said Paul 15:44
*** mjsir911 has joined #novawebdev15:45
replaceafillACTION is back15:59
replaceafillmr_german, you around?15:59
mr_germanreplaceafill, yes16:00
replaceafillmr_german, since you're meeting with jelkner tomorrow, i don't think it's necessary we meet today16:00
replaceafillmr_german, just try to have as much as possible ready by then16:00
replaceafillmr_german, i mean, as much content migrated as possible16:01
mr_germanreplaceafill, well16:01
mr_germanhttps://ourrevolutionmd.novawebdevelopment.org/16:01
mr_germanreplaceafill, Im adding the "chapters" pages right now16:02
replaceafillmr_german, cool16:02
replaceafillmr_german, you should separate "chapter / candidate" in the rotator16:02
mr_germanreplaceafill, if you have the time to work on the forms that would be good16:02
replaceafillmr_german, having a single word makes wrapping impossible16:02
replaceafillmr_german, i will16:03
mr_germanreplaceafill, oh, ok16:03
mr_germanreplaceafill, i've added a event16:03
replaceafillmr_german, for now just add the links16:03
mr_germanjust for testing16:03
mr_germank16:03
replaceafillmr_german, cool16:03
replaceafillmr_german, to be honest the page looks pretty empty16:04
replaceafillmr_german, and i don't get the splitting between events and upcoming events16:04
mr_germanreplaceafill, mm, I can change it later16:06
replaceafillmr_german, sure, it's just my two cents16:07
replaceafillmr_german, but you, jelkner and ORMD are in charge16:07
mr_germanreplaceafill, I'll try to fix that!16:07
replaceafillmr_german, ok16:07
mr_germanreplaceafill, but, your observations are always appreciated16:08
mr_german:)16:08
replaceafill:)16:08
replaceafillok working on the forms16:08
replaceafillmr_german, google form alternative added and linked in the story16:15
replaceafillmr_german, i'm going to delete the other stock forms16:15
replaceafillmr_german, in case you get any errors16:15
mr_germanok16:16
replaceafillmr_german, you may need to get rid of the "Get Updates" box in the sidebar16:18
mr_germanreplaceafill, just "Get Updates"?16:18
replaceafillmr_german, and Recent News?16:19
replaceafillmr_german, i mean, you're not using either in any other part, right?16:19
mr_germanreplaceafill, for pages Im using "fullwidth" template16:19
replaceafillmr_german, yeah, but check https://ourrevolutionmd.novawebdevelopment.org/pages/search16:20
replaceafillmr_german, for example16:20
mr_germanreplaceafill, deberia quitarla del todo o dejar solamente16:21
mr_german"Site Search"16:21
mr_german?16:21
replaceafillmr_german, Site Search puede ser util16:21
mr_germanentonces remuevo los otros 216:21
replaceafillmr_german, ok16:21
replaceafillmr_german, cuales son los enlaces que te apuntan a action network?16:35
replaceafillmr_german, recién cambié el del botton Join us now!16:36
replaceafillmr_german, pero recuerdo que hay otro16:36
mr_germanmmm16:36
replaceafillvolunteer16:37
mr_germanen el footer16:37
mr_germanesta "Register to Vote"16:37
mr_germany "Volunteer"16:37
replaceafillmr_german, ok16:37
replaceafillmr_german, ok, creo que ya los actualicé todos16:41
replaceafillmr_german, https://ourrevolutionmd.novawebdevelopment.org/memberships/applications/or-maryland-members/16:41
replaceafillmr_german, https://ourrevolutionmd.novawebdevelopment.org/forms/ormd-volunteer-your-chapter/16:41
mr_germanbueno si le falta uno16:41
mr_germanyo lo agrego despues16:41
replaceafillmr_german, ok16:41
replaceafillmr_german, si necesitás algo más me avisas16:41
replaceafillmr_german, viste mi correo del foro?16:42
mr_germanreplaceafill, si, se mira genial16:42
replaceafill:)16:42
replaceafillok, dale pues16:42
mr_germanreplaceafill, en "calendar" que pongo ahi?16:47
replaceafillmr_german, hace una pagina nueva16:48
replaceafillmr_german, y en la pagina nueva pone los enlaces a los calendarios de google16:48
mr_germanpero los habiamos quitado de la lista16:48
replaceafillmr_german, quitaste *los calendarios*16:49
mr_germansi16:49
replaceafillmr_german, no los enlaces16:49
replaceafillmr_german, wait 16:50
replaceafillmr_german, esta pagina http://ourrevolutionmd.com/calendar/16:50
replaceafillmr_german, era asi la ultima vez que la vimos?16:50
mr_germanno16:50
mr_germaneran16:50
mr_germanlinks16:50
replaceafillmr_german, ok16:51
mr_germanreplaceafill, have to leave, I'll continue at night16:53
replaceafillmr_german, cool16:54
replaceafillmr_german, don't worry about the calendar yet16:54
mr_germanreplaceafill, ok16:54
replaceafillmr_german, you can add events for that16:54
mr_germanreplaceafill, cool16:54
replaceafillo/16:54
mr_germanreplaceafill, later o/16:54
*** mjsir911 has joined #novawebdev19:48

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!