- Joel has run into a number of issues that he needs help from
- Confusion on having to send code to Ralph as a zip file
- Joel has hoped to be farther along as this point
- Tyler had a question on how to access the MVP website so he can do the testing
- Ken H is not here today and will not be here on Wednesday. Joel needs development help, but we do not have another developer on the team.
- Stand-Up
- Jim - nothing to report, no obsticles
- Wayne - same
- Lora - added new story for new smaller logo, obstacle is figuring out what developers on team are available to help Joel
- Joel to contact Ken for help after this meeting
- Tyler - busy, nothing for web team
- Ken - nothing to report (joined late)
- Ralph sent instructions to Joel for the private GIT server, Joel needs more help with it
- Joel
- Trying to mimic the wire frames
- Having problems with Carousel - showing all three, was thinking one at a time, cycle through
- Nav Bar is staying in place, header is flowing up (should stay fixed in place), so Nav Bar is covering part of text being scrolled
- This is a Bootstrap 4 issue
- Clicking items in Nav Bar takes you to start of section
- Purple footer is a place-holder for the footer... (took color scheme from Boston SPIN)
- Issues:
- Confusion on needing to send Zip file to Ralph in order to check in code into private GIT server.
- Once Ralph creates initial GIT repository, people who have sent public key to Ralph can then do regular GIT push/pull/clone from the repository
- Ralph walked Joel through the process live during the meeting
- Ken arrived late and was able to answer some of the questions asked earlier
- Joel and Ken to meet later in the week if possible
- Do we need to switch from Bootstrap 4 back to 3? 4 is new and all the examples are for 3
- Differences being seen between Edge and Chrome with Bootstrap 4
- Should everything Joel is working on be put In Progress in Jira? Should it not be moved to Done until after a code review?
- Joel can move it to Done. If an issue is found, can be moved back to In Progress
- For footer, just make it black. We can add color to website later on.
- Joel to add comments in the Jira stories so team knows where he is with each story
- Can also add comments in Confluence
- In Confluence, can share just a comment instead of whole page when sending notifications
- Make footer same color of blue as logo
- Can we make the background color or each section a different shade of gray?
- For the MVP site demo on May 23rd, it does not need to be on tssg.tech at that time.
- Can be shown from Joel's development system
- Can be a private page on tssg.tech like indexmvp.html
- MVP website will not go live to the public until after the sprint demo on May 23rd and we get approval from the customer (rest of TSSG at the meeting)
- Proposed extra meeting: Tuesday 5/15 2-4 PM
- Ken may not be available for that, and can not do Wed or Thu at all
- Joel and Ken to try and meet later today
- Ralph working on fixing GIT access issue for new tssgTechMPV repository
{"serverDuration": 60, "requestCorrelationId": "2c86e4afb8826b95"}
1 Comment
Joel Sharasheff
I met with Ken after the meeting yesterday. Very helpful! Learned about codepen.io, an html validator at validator.w3.org and the DevTools on the Chrome browser. With Ken's help,
1. I cleaned up warnings and errors from the validator,
2. we fixed the carousel so that it displays with the logo at the top; still needs some display adjustment to enhance the display of this feature (text font, background color...).
3. Ken combined the logo row with the navbar at the top
4. footer is now the correct color
5. changed navbar so that menu items are right-justified with white text on a dark blue color that matches the logo and footer.
6. assigned an increasingly grey background per section to help distinguish each section break
I still have issues with the display per section. The navbar item links/positioning are still off. And there is an extra margin on the top and bottom of each section. The carousel presentation could be improved.
I am still learning Chrome DevTools, so I'm not sure how soon I can get these pieces fixed.
I checked in my latest changes to default.html to git today. Possibly another change coming later today.
Joel