Capstone Project - Week 14

    This week, I have been fixing small requested changes and working to finish the Pull Request to have it accepted into the development branch, which will eventually become OED v2.0. I reworked the userDetails state inside the user components to be more concise and utilize checks for password matching and length. I also implemented a database migration that alters the user table to rename the email field to username as requested by our Project Manager.

    I also worked on the CSV meter/readings upload components some more. I rolled back my changes to send back meter data from the server as my Project Manager decided he would rather just have the front-end re-fetch all the meters at this point in time. He feels this is best at this point because this significant change alters the documentation a lot and it broke some of the testing. He commented that we could look at this in a future PR and discuss it at a later time.

    My plan for next week is to finish all coding changes, get the PRs finished, and merge them into the development branch. This has been a huge opportunity as a learning experience and I plan to continue working with this project in the future.

Comments

Popular posts from this blog

Learning Journal Final Entry...

Software Engineering - Week 8

Computer Networks - Week 8