IRC log of #jetrowebdev for Sunday, 2025-11-16

thomasboimahGood morning zOnny 11:59
zOnnyGood morning Thomas12:00
zOnnyIt is good afternoon for you?12:00
thomasboimahyes12:00
zOnnyHow are you today12:00
thomasboimahGood and you?12:00
thomasboimahI was able to clone the theme repo yesterday12:01
zOnnyI'm good 12:01
zOnnynice12:01
zOnnydid you get the chance to run it?12:01
thomasboimahI can now switch branch and see the changes12:01
thomasboimahYes12:02
thomasboimahI try run novawebdevelopment_refactor but i get an error12:02
zOnnyright12:02
thomasboimah*running*12:02
zOnnywhat is the error12:03
thomasboimahI'm getting a module error12:03
thomasboimahBut i fix that12:04
thomasboimahand then get this other error again: django.db.utils.OperationalError: connection to server at "localhost" (::1), port 5432 failed: Connection refused12:04
thomasboimahIs the server running on that host and accepting TCP/IP connections?12:04
thomasboimahconnection to server at "localhost" (127.0.0.1), port 5432 failed: Connection refused12:04
thomasboimahIs the server running on that host and accepting TCP/IP connections?12:04
zOnnyGreat :) errors are good signal12:05
zOnnythat we are for thomas12:05
thomasboimahsure12:05
zOnnyto fix them and make people lives happy :)12:06
thomasboimahYes12:06
zOnnyDo you have anny idea what the error could be12:06
thomasboimahBut on the other branch, novawebdevelopment i'm getting this error: ModuleNotFoundError: No module named 'core.settings.common'; 'core.settings' is not a package12:06
thomasboimahFor the error on the novawebdevelopment_refactor, I think it is a database error12:07
zOnnyif not I will help you to understand the error12:07
zOnnyright!12:08
zOnnythat is what it is12:08
zOnnythat is really bad12:08
thomasboimahyes12:08
zOnnythe Postgrest database info is in the gitlab repo12:08
zOnnyI think somebody did forget that database info can only be updated in the server12:09
zOnnySo to fix that for now12:12
zOnnyyou can comment it out the settings.py12:13
zOnnyin the novawebdevelopment_refactor12:13
thomasboimahOkay12:13
zOnnybranch12:13
zOnnyThe info in the settings.py shouldn't be there12:14
zOnnyit is a very sensitive info that anyone can access to it12:15
thomasboimahI just remove it a run the code12:15
thomasboimahbut I'm git this on the page: Bad Request (400)12:15
zOnnyis the LO running?12:16
thomasboimahNO12:16
zOnnyIs there any error?12:17
thomasboimahnot error running it in the terminal but you will see Bad Request (400) on the page12:18
zOnnygive one sec12:19
zOnnyhttp://127.0.0.1:8000/12:20
zOnnyare you running in this port?12:21
thomasboimahyes12:21
zOnnytry to stop and run it again12:21
thomasboimahStill the same. 12:22
thomasboimahit is running on your side?12:23
zOnnyyes12:23
zOnnyDid you comment all in the settings.py in the theme only, yes?12:24
thomasboimahI only comment the database info12:24
zOnnycomment it all12:24
thomasboimahit work12:26
zOnnynice 12:26
zOnnythat is how the novawebdev is running in the server12:26
zOnnyany changes you do in the theme12:26
zOnnyit will change on the server once it is merged12:27
thomasboimahI'm getting to understand how this work little by little12:27
zOnnynice12:28
zOnnythe more changes you will do the clear it will be12:28
thomasboimahWhich one of the site we're going to start work on? 1. Maryland Latino Caucus 2. SECOSOL 3. NOVA Web Development12:28
zOnnyLet's start with Nova first12:28
thomasboimahJeff said that he want us to Update dose website12:28
thomasboimahOkay12:29
zOnnywe can fix if we have error in ours but in the clients you cannot make mistakes 12:29
thomasboimahAhh okay because it our standup meeting he was saying he wants it in this order 1. Maryland Latino Caucus 2. SECOSOL 3. NOVA Web Development12:30
thomasboimah*/it*? in*12:30
zOnnyI will let him know that we can start with ours12:30
thomasboimahOkay12:31
zOnnycan you try to run the mdlatinocaucus branch now12:32
zOnnythis process is called setting up your development instance12:32
thomasboimahOKay12:33
thomasboimahsure12:33
zOnnyI haven't started yet neither12:33
zOnnybut in order to change branches12:33
zOnnyyou need to undo the comment12:33
thomasboimahyeah undo on stach it12:34
thomasboimah*or*12:34
zOnnyright12:34
zOnnyyou have good skills with git12:34
thomasboimahor we can still force checkout -f12:34
zOnnybut don't forget to stash pop later12:34
thomasboimahyeah12:35
zOnnyI can learn from you more git commands :)12:35
thomasboimahI'm still learning git12:36
zOnnyIt's being awhile since git and I haven't seen each other12:36
zOnnyI'm sure you will get errors12:41
thomasboimahI try to run the mdlatinocaucus but I'm getting this error the is found in 11 in the theme/view.py:  File "/home/tboimah/libreorganize/libreorganize/theme/views.py", line 11, in <module>12:41
thomasboimah    from apps.newsletters.forms import SignUpForm12:41
thomasboimahModuleNotFoundError: No module named 'apps.newsletters'12:41
thomasboimahI try to run the mdlatinocaucus but I'm getting this error that is found on line 11 in the theme/view.py:  File "/home/tboimah/libreorganize/libreorganize/theme/views.py", line 11, in <module>12:42
zOnnyNice :D12:42
zOnnyThis is because mdlatino caucus is probably working with LO version 0.4.012:43
zOnnythat happens when you keep upgrading a project12:44
zOnnyyou need to be aware how big are your changes12:44
zOnnyhow much it will affect your other projects that are working with that version12:45
zOnnyDo you see the tags branches in libreorganize repo?12:46
thomasboimahyes12:46
zOnnyThat is why documentation is very important12:46
zOnnyit helps other developers to figure out what the latest release of LO isn't working with your other themes anymore12:47
zOnny*why12:48
zOnnyHere we have two choices12:48
zOnnywe need to find the LO version that is running with MDlatinocaucus12:48
zOnnyor12:48
zOnnyupgrade MDLatino caucus with the Latest version of LO12:49
zOnnyThis is really our fault for not commented the LO version we were using12:50
zOnnyhowever12:51
zOnnywe can still find it by going to the server and do git branch 12:51
zOnnythat is the quickest way12:51
zOnnyor we can try the other versions one by one :)12:52
zOnnyWhat would you suggest?12:52
thomasboimahlet go to the server and do the git branch12:52
thomasboimahsince it is the quickest way12:53
zOnnyright12:54
zOnnyHow familiar are with the server?12:54
zOnny*you12:54
thomasboimahAre you talking about the LO server??12:55
zOnnyHave you deployed your todo app by yourself12:55
thomasboimahyes on Mayfirst12:55
zOnnyservers in general12:56
zOnnymayfirst?12:56
thomasboimahyes12:56
zOnnyare we going to use it now?12:56
zOnnywe can use it for future projects12:57
zOnnyand probably migrate our current ones if needed12:57
thomasboimahThat is were my todo app and the mail server running12:57
thomasboimahif the webBlog12:57
thomasboimah*even12:57
zOnnyah12:57
thomasboimaheven Jeff webBlog12:57
zOnnygotcha12:57
zOnnyWho did deploy them12:58
thomasboimahI deploy my today app and James was the one that deploy the webBLog 12:59
thomasboimah*ToDO app12:59
zOnnyI see12:59
thomasboimahI use guncorn12:59
zOnnyDo you have access to the Linode servers?12:59
zOnnyi was trying to access them yesterday12:59
thomasboimahYeah 12:59
thomasboimahsome of it13:00
zOnnycan you add my pub key?13:00
thomasboimahjust a sec please13:00
zOnnysure13:02
thomasboimahThe Maryland Latino Caucus is running on ubuntu-us-east on linodes13:03
zOnnyright13:03
zOnnycould you send me again the pssrd for linode13:03
zOnnyI deleted the tab where did you sent me 13:03
zOnnyI forgot to save it :)13:04
zOnny*saved13:04
zOnnythanks13:04
zOnnyWow there are so many servers :)13:05
zOnnywould you also be able to share the namecheap psswrd13:06
thomasboimahi just did13:07
zOnnyDoes the namecheap psswrd works for you?13:09
thomasboimahyes13:10
thomasboimahare not login in?13:10
thomasboimah*you13:10
zOnnyis the username novawebdevelopment13:10
zOnnyI cannot login :(13:11
thomasboimahIs let you try the wrong password more them three time now13:12
thomasboimah Validation Error13:12
thomasboimahYour account has been locked for 24 hours for three consecutive failed password or username entry attempts. Please use Password Reset option. Once the password is reset your account will be unlocked automatically.13:12
thomasboimahSo we will have to wait for 24 hours13:12
zOnnyI haven't used my last attempt 13:12
thomasboimahBut you was able to login yesterday right?13:13
zOnnyNo13:13
zOnnyI though I tried it but after our meeting I couldn't log in13:13
thomasboimahlet me verify the password on bitwarden 13:13
zOnnysure13:13
thomasboimahi just send you some password13:17
zOnnyI didn't work13:18
zOnnyi got locked out for  24hrs :) 13:18
zOnnylet's wait and work on that one later13:19
thomasboimahokay13:19
thomasboimahzOnny, i have a question?13:21
zOnnyI'm trying to login to the mdlatino server13:21
zOnnysure13:21
zOnnytell me13:22
thomasboimahSo when we starts the updates of code for the various website, How it is going to be like, are you going to divide the tasks?13:23
zOnnyGood question13:24
zOnnyI was planning on working on them together until you get familiar about LO13:25
thomasboimahOkay13:25
zOnnysince the tasks for now seem to be just updates on how they look13:26
thomasboimahYes!13:26
thomasboimahyou was able to login to the mdlatino server now?13:27
zOnnyI think LO would help us out to maintain our websites while we hack into Decidim13:28
zOnnyAs far I understood Jeff would like to switch from LO to Decidim13:29
thomasboimahsure13:29
zOnnyBut that is a long road13:29
zOnnyAs for now our goal is to be fully familiar with Django as it is 13:30
zOnnyIf we understand Django we can upgrade LO in the best way possible13:30
zOnnyThis means our service as Novawebdev will be based on Django, python, css, and html13:31
zOnnyFrom my previous experience with Novawebdev, there were different clients with different needs13:32
zOnnyOur struggle were giving to all of them LO and all its features so they can use it13:33
zOnnyHowever, I felt that most of them were not even using it. So that is why you will see https://gitlab.com/novawebdevelopment/libreorganize-customization/custom-apps13:35
zOnnyWe decided created custom apps that will be plugged in LO if they need it13:36
zOnnyI hope this gives you the idea about LO 13:37
thomasboimahSure13:37
zOnnyalright13:37
zOnnySo once you understand LO structure, you will be able to create a custom app :)13:38
thomasboimahYes;-)13:39
zOnnyOr add your todo app into novawebdev website only13:39
zOnnyIt is very important to be in the same page thomas13:39
thomasboimahOf course13:40
zOnnyLO took few years to shine thanks to stefan and Adrian13:41
zOnnyIn order to target Unions and other coops Jeff found Decidim as the best approach13:42
zOnnyHowever, Decidim I think it is a big fish to fried :)13:42
thomasboimahyeah13:43
zOnnyBut I am sure it took so many years to built it13:43
zOnnyAnd now big organizations are using it13:44
zOnnyat least in Europe13:44
zOnnySince it is open source, we are allow to use it and adapt it into our needs13:44
zOnnyok, I'm done :)13:44
zOnnyAre you able to login into MDlatino server?13:45
thomasboimahNO13:45
thomasboimahKei was the one having all of the credential for those servers on Linode13:46
thomasboimahYou see right?13:46
thomasboimahhim*13:46
zOnnyI do13:46
thomasboimahYou guys see right?13:46
zOnnyDo you have access to the business tracker13:47
thomasboimahSome of it was on bitwarden13:47
thomasboimahBut i don't know who deleted it13:47
zOnnyAre you aware if we are still using it13:47
zOnnyWe used to keep the server credentials there13:47
thomasboimahI have access to the NWD server13:47
zOnnynice13:48
zOnnycan you add my pub key there13:48
thomasboimahof course13:48
thomasboimahlet me ssh and see13:48
zOnnythanks13:48
thomasboimahjust a sec please13:48
zOnnysure13:48
thomasboimahsend me your ssh key privately13:52
thomasboimahI will create a user for you and add you ssh key13:55
thomasboimahjust a sec13:55
zOnnyjust add the macmini13:55
zOnnyI will add the other one13:55
thomasboimahWhat you mean by macmini13:56
thomasboimah?13:56
zOnnyI sent two13:56
zOnnyjust add the first one13:56
thomasboimahAhhh okay13:56
zOnnythe one that ends with macmine13:56
zOnny*macmini13:57
thomasboimahokay just a sec13:57
zOnnyJust letting you know that pub keys can be shared public13:58
zOnnythat is why they are .pub13:59
*** zOnny has quit (Remote host closed the connection)14:05
thomasboimahTry sshing14:05
thomasboimahuser zonny@173.255.236.139 14:06
thomasboimahTry sshing14:07
zOnnyAre you there14:07
thomasboimahyes14:08
zOnnyI didn't realize that I logged out14:08
zOnnyI'm in14:09
zOnnyas a root14:09
zOnnyOne good practice for keeping our servers up to date14:10
zOnnyis adding and removing public keys14:10
zOnnyit seems we have so many keys within the NWD14:11
thomasboimahyes14:11
zOnnyWell, I will check with jeff about it14:12
thomasboimahYeah we have to know who is still at NOva web14:12
zOnnyright14:13
thomasboimahIf you are not at Nova web we remove you key14:13
thomasboimah*your*14:13
zOnnythat is the goal14:13
zOnnywe cannot compromise server access easily14:13
thomasboimahsure14:14
zOnnysince we are already in the server14:14
zOnnyNWD14:14
zOnnycan you see were it is hosted the LO?14:14
zOnny*where14:15
thomasboimahi just quit let me try so ssh again14:15
thomasboimah*to*14:15
zOnnysure14:15
thomasboimahI'm in14:17
zOnnycool14:17
zOnnycan you find LO?14:17
thomasboimahyeah14:18
thomasboimahin is in the var/www directory14:18
thomasboimah*it*14:18
zOnnynot really14:18
thomasboimahalong side with the business_tracker14:19
thomasboimahokay14:19
zOnnythat is where the static files go14:19
zOnnymeaning images, icon, logos14:19
zOnnyvideos14:19
zOnnywhen we deploy LO14:20
zOnnyit goes to /srv14:20
zOnnycan you find that dir14:20
thomasboimahAhh okay but i seeing the directory that's why: thomasboimah@nwd-01:/var/www$ ls14:20
thomasboimahbusiness_tracker  libreorganize       nwd02_site_backup.tar.gz  wiki_docs_lo14:20
thomasboimahhtml              novawebdevelopment  wiki_docs_bt14:20
thomasboimahsure14:20
thomasboimahI'm in the /srv directory now14:21
zOnnyMEDIA_ROOT = "/var/www/novawebdevelopment/media/" STATIC_ROOT = "/var/www/novawebdevelopment/static/"14:22
zOnnydo you remember14:22
thomasboimahyes14:22
zOnnythis variable within the novawebdevelopment_refactor?14:22
zOnnythat is what you will find in the var14:23
zOnnystatic files14:23
thomasboimahokay14:23
zOnnywhat do you see in the /srv14:23
zOnnycan you find the novawebdevelopment14:24
thomasboimahyes14:24
zOnnycan you see what LO branch is using it?14:24
thomasboimahthis is what i see in /srv; big-brother           jetrowebdev_bot    novawebdevelopment  wiki_docs_lo14:24
thomasboimahbusiness-tracker      little-webster     sjcompute14:24
thomasboimahexperimental-webster  little-websterold  wiki_docs_bt14:24
thomasboimahokay14:25
thomasboimahI try run git branch in the directory but i'm getting ownership in repository error: /srv/novawebdevelopment/libreorganize/theme14:27
thomasboimah*running14:28
zOnnyrunning?14:28
zOnnydon't run anything14:28
zOnnyit is running by itself14:28
thomasboimahI mean i type git branch14:29
zOnnycan you type git branch14:29
zOnnyin the novawebdevelopment dir14:29
thomasboimahbut I'm getting ownership in repository error14:29
zOnnyah14:29
zOnnyare you logged in as user?14:30
thomasboimahyes14:30
zOnnythat makes sense14:30
thomasboimahdo you want me to switch to roor14:30
thomasboimah*root*14:30
zOnnysure14:30
zOnnyjust be careful navigating there14:31
thomasboimahsure ;-)14:31
thomasboimahit is on refactor10014:32
zOnnyright14:32
zOnnythat is how MDlatino caucus is running as well14:32
zOnnybut not refactor10014:33
zOnnySo we are going to find out later about md latino caucus14:34
zOnnyyou can exit from the server for now14:34
zOnnybefore exiting the server14:34
zOnnyyou can also see the theme branch14:35
thomasboimahyep14:35
zOnnyso that is the quickest way14:35
zOnnyso when you are running in your local computer14:35
zOnnyyou can find a way to run the actual website14:35
zOnnyhowever this is a bad practice of course14:36
zOnnyyou cannot just logged in to the server anytime14:36
zOnnyhow are you running your todo app in mayfirst?14:37
zOnnyHow I can see the servers?14:38
thomasboimahlet me ssh and create user for you14:39
zOnnycool14:39
thomasboimahBut you can better still use the control panel14:39
thomasboimahand you have account on the control panel before you can ssh into14:40
thomasboimahjust a sec14:40
thomasboimahI setting up an account for you so you can be able to ssh 14:48
zOnnycool14:48
zOnnyquick question14:48
thomasboimahOkay14:48
zOnnyhow to I get access to the control panl?14:48
zOnny*panel14:48
thomasboimahso now here is thing, Novaweb, Secosol, Jetrowebdev they all have account on mayfirst14:50
thomasboimahMy toDo app is on Jetrwebdev14:50
thomasboimahBut you all have personal login 14:50
thomasboimahalso*14:50
thomasboimahThe mayfirst username a password i share with you14:51
zOnnylet me see14:51
zOnnyI  think I logged in14:52
thomasboimahYou can still remember you login credentail right14:52
thomasboimahYou don't have access to jetrowebdev, and that is were my Todo app is14:52
thomasboimahso I'm trying to add an account for you 14:52
thomasboimahon Jetrowebdev14:53
thomasboimahso the you can be able to ssh into server where the ToDo app is14:53
thomasboimah*that*14:53
zOnnyah I see the panel now I think :O14:53
thomasboimahI just send you private message15:01
thomasboimahzOnny i have question15:06
zOnnytell me15:06
thomasboimahIs it specific hours we suppose to be online for?15:06
zOnnyI didn't ask jeff about15:07
thomasboimahI hope I'm not keeping you too long15:07
zOnnyIt is all good for now15:07
zOnnyI think I did deployed with mayfirst before15:08
zOnny*deploy*15:08
zOnnyIt seems that https://cidu-cwa7777.org/15:09
zOnnyis running in mayfirst15:09
thomasboimahyes15:10
thomasboimahI thing Jeff son was the one that deploy that15:11
zOnnyI think I have already finished the form for mayfirst15:12
zOnnydone15:14
zOnnyI have already logged using the ssh15:14
zOnnyI don't see anything there15:14
zOnnyWhat I'm supposed to see here15:15
thomasboimahSorry i when in the bathroom15:17
thomasboimahThe ToDo app is running with gunicorn15:17
thomasboimahrun this command and see something: ps aux| grep gunicorn15:18
thomasboimahin the /include directory you will see the ToDo15:18
*** zOnny has quit (Remote host closed the connection)15:20
zOnnyI can see where it is located15:22
zOnnywhy are there so many sites15:22
zOnnyare all of those servers15:22
thomasboimahThere are two site there. Jeff webBlog and my ToDo app15:23
zOnnywithin 35975715:24
zOnnyah I see15:25
zOnnybut I cannot access them15:25
zOnnythere is one in 359757 (the blog) and 363865 (ToDos)15:26
thomasboimahYou can access my ToDo check in the include directory15:26
zOnnyI see15:27
zOnnyIt will be a learning curve to understand how this works15:28
thomasboimahyeah15:28
zOnnyyou have to teach me how to deploy here15:29
zOnnyquick question15:29
zOnnyhow do you know which server you can deploy15:30
thomasboimahI will send you my documentation take down when i was trying to deploy my ToDo app15:30
thomasboimahjust a min15:30
zOnnysure15:33
thomasboimahHere is my note i take down when deploying my ToDo app: https://github.com/tboimah/jetrowebdevelopment/blob/main/MayFirst_deploment_note.md15:34
thomasboimahCheck it out15:34
zOnnyGreat documentation thomas15:39
zOnnyI really like the structure of it15:39
thomasboimahI take down that documentation when i will learning how to Deploy to ToDo15:39
thomasboimahThanks15:39
thomasboimah*was*15:40
zOnnyWell, I will need to follow it for the deployment15:40
thomasboimahsure15:40
zOnnyAre you using sqlite3 15:40
thomasboimahyes15:40
thomasboimahDjango default database15:41
zOnnyright15:41
zOnnyalright15:42
zOnnyso here is want are we going to do15:42
zOnnyWe need to update Novawebdev content15:42
zOnnyDo you have access to the novawebdev cms15:44
zOnnyhttps://novawebdevelopment.coop/accounts/login/?next=/accounts/15:44
thomasboimahno15:44
zOnnyI see15:45
zOnnywe need to see how much of the content is in the boxes15:45
zOnnygive me a 2 min going Restroom15:45
thomasboimahokay15:47
zOnnyalright15:49
zOnnycan you run the novawebdev 15:51
zOnnyin your local computer15:51
thomasboimahUsing the LO15:51
zOnnyyes15:51
thomasboimahyes15:52
zOnnygo to the /accounts15:52
zOnnydo you remember the superuser when installing it?15:52
thomasboimahi think so15:53
zOnnyyou can create another one15:54
zOnnyyou can use the same command15:54
thomasboimahdone15:57
zOnnyI just found out that most of the novawebdev theme isn't using boxes at all15:57
thomasboimahGood afternoon cjones 15:58
thomasboimahshould i say good morning yes.15:59
zOnnyHello Cjones15:59
zOnnyIt is still morning in the US16:00
zOnny11:00 AM to be exactly16:00
zOnnyHi Thomas, Do you all have a meeting that I'm not aware of?16:02
thomasboimah_No16:02
zOnnyDo you want me to keep going on what we will be doing?16:03
thomasboimah_Yes16:03
zOnnyDo you see the template our-team.html?16:04
zOnnyit seems novawebdev do not have any boxes 16:04
thomasboimah_At the navbar?16:04
zOnnyhttps://gitlab.com/novawebdevelopment/libreorganize-customization/libreorganize-themes/-/blob/novawebdevelopment_refactor/templates/our-team.html?ref_type=heads16:05
zOnnyit seems that everything in the theme has been hard coded16:06
zOnnymeaning full html16:06
zOnnythe other websites like the mdlatino caucus have boxes https://gitlab.com/novawebdevelopment/libreorganize-customization/libreorganize-themes/-/blob/mdlatinocaucus/templates/members.html16:07
*** thomasboimah_ has left #jetrowebdev (None)16:07
*** thomasboimah has quit (Read error: No route to host)16:07
zOnnyThis is actually a choice by the development team16:09
*** tboimah_ has quit (None)16:09
zOnnyThomas are you having connection issues?16:11
thomasboimahno all good16:11
thomasboimahsorry about that16:11
zOnnyWell, I think keeping it full html isn't a bad idea16:12
zOnnysince we really have more control of the css16:12
zOnnyI will show you next time how boxes work in LO16:13
thomasboimahOkay16:13
zOnnySo do you know what needs to be updated in the novawebdev?16:14
zOnnyI remember Jeff saying there are members that aren't novawebdev anymore16:14
thomasboimahI guess the team.html since some of the folks are not with nova web no more16:15
zOnnywho is it16:15
thomasboimahOnly Jeff or Kei can answer that16:15
zOnnyIs it Jeff? the team member that needs to be removed? :)16:16
thomasboimahI don't know16:17
zOnnyAre you familiar with html, yes16:17
*** cjones has quit (Quit: Leaving)16:17
thomasboimahyes16:17
zOnnyand bootstrap css, yes?16:18
thomasboimahnormal Css not bootstrap css16:18
zOnnyI see16:18
thomasboimahI still learning bootstrap16:18
zOnnyI think we have done it with bootstrap the websites16:19
zOnnybut learning the plain css is a good practice16:19
zOnnysince it looks cleaner16:19
zOnnySo for our next meeting16:20
zOnnyWe should be deploying the updated team members16:21
thomasboimahOkay16:21
zOnnyit is a small change but progress :)16:21
thomasboimahsure16:21
zOnnyI think we need to get in touch with Kei16:22
thomasboimahyes16:23
zOnnyIn order to move forward with changes16:23
thomasboimahYou can ask Jeff for her number16:23
thomasboimahIf we can't get hold of Kei we can still ask Jeff16:23
zOnnyI think I do have her number16:24
thomasboimahJeff email is always active16:24
zOnnywe need access to the servers as well16:24
thomasboimahsure16:24
zOnnyshe can help us out a little bit more16:24
zOnnyso I think you have the big picture of what are we going to work on16:25
zOnnyyes?16:25
thomasboimah+116:25
zOnnyDo you have any questions?16:25
thomasboimahNone for now16:25
zOnnyAwesome, I will send her an email and see what she replies16:26
thomasboimahOkay, please cc me16:26
zOnnyAlso to move forward mdlatino caucus we need to send an email to the client16:27
zOnnyand ask what updates they would like for their website16:27
zOnnyI will cc you16:27
thomasboimahYes! let also cc Jeff16:28
zOnnyso for our next meeting, we should be deploying novawebdev changes16:28
thomasboimahFor the mdlation email16:28
zOnnyI will16:28
thomasboimahOkay16:28
zOnnynot sure what my role would be here16:28
zOnnyproject manager, team developer, etc :)16:29
thomasboimahhahaha16:30
thomasboimahI guess you are team developer16:30
thomasboimahKei is the project manager16:31
zOnnyI hope so16:31
thomasboimahBut you can always ask Jeff16:31
thomasboimahHe will tell you your role16:31
zOnnyAfter my last meeting with Jeff, I think she is full time to her regular job16:31
zOnnyLet's keep in touch then16:33
thomasboimahOkay, thanks for today16:33
zOnnyIt was good to see your skills with git and django16:34
thomasboimahThanks16:34
zOnnyah16:34
zOnnyone question16:34
thomasboimahokay16:35
zOnnyHave started hacking Decidim? 16:35
zOnnyDo you know who is working on it?16:36
thomasboimahI started looking it to Decidim with Anthony before, But Jeff said that i should focus on Django. I guess is Anthony and Kei on Decidim16:36
thomasboimah*into*16:37
zOnnyI see16:37
thomasboimahBut ask Jeff he will give you more detail16:37
zOnnyWho is Anthony?16:37
zOnnyAnthony Phillips?16:37
thomasboimahyes16:37
zOnnythe one in the team members?16:38
thomasboimahYes16:38
thomasboimahOr you can even ask Kei she will give you more detail16:38
zOnnygot it16:38
thomasboimahOkay16:39
zOnnywell, I think a meeting with key will help me to have a better overview of who is who16:39
thomasboimahexactly!16:39
thomasboimahShe will fill you in with more details16:40
zOnnyI will let you know this week about mdlatino caucus branch16:40
zOnnyso you get it running as well16:40
thomasboimahand you can jist me16:40
thomasboimah;-)16:40
thomasboimahOkay16:40
zOnnyit is better to be ahead with your development setup16:40
zOnnyso once they ask something you jump straight to the code16:41
zOnnyThanks for helping with the credentials 16:41
thomasboimahYou're welcome my friend16:41
thomasboimahThat's why we are team16:42
zOnnysee you on saturday same time?16:42
thomasboimahYes16:42
thomasboimahOkay Have a nice Day16:42
zOnnyso wait16:42
zOnnynvm16:42
zOnnybye thomas16:42
thomasboimahOkay bye zOnny 16:42
thomasboimahACTION signing off16:43
*** zOnny has quit (Quit: Page closed)16:43
*** thomasboimah has quit (Quit: Leaving)16:43
*** devesh has quit (Quit: Connection closed for inactivity)18:20

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