Thon9 / CS481_SeniorDesignProject

0 stars 1 forks source link

Weekly Journal - AnthonyO #9

Open Anthony0 opened 9 years ago

Anthony0 commented 9 years ago

Week of 15-Sept-14

This week I worked with group members to discuss aspects about the our project implementation We discussed: -some basic designs of UI, -design of our UML diagram

Anthony0 commented 9 years ago

Week of 29-Sept-14

This week I worked on adding controllers classes for the various model classes d3c14763462bc6acc54d43610581855cf643f17e I added the initial unit test case for the User model class 1838f45ec5e86728c851f9483de633c5c3700b9a and some UI updates 734577ec3c8bf9041f63eee0827bd666cefdee5b

Anthony0 commented 9 years ago

Week of 12-Oct-14

Worked with to resolve issues with tomcat server start up and end-to-end functionality.

Also did research into blob objects to use for storing images in our database.

http://docs.oracle.com/javase/7/docs/api/java/sql/Blob.html

Anthony0 commented 9 years ago

Week of 19-Oct-14

Started work on functionality for uploading files to the database 1bcbb8243afd538ada8ad9bb9c7502c3a6aea267

Updated Database listener to direct to new sql database instead of fake database 90a6f7f747ca7be140ee6b08155e156926f6f631

Anthony0 commented 9 years ago

Week of 27-Oct-14

This week I added the functionality to allow image files to be uploaded to and stored to an image folder. Also added controllers to the project that will be used to retrieve all photos from the database or photos related to a specific userID. 50752b4012450b09113f6b5d3954a3106ba3631a

For the upcoming week, I plan to work on displaying images from the the image database to the users' UI. Also relating identifiers such as userID and imageID to images to differentiate between user images.

Anthony0 commented 9 years ago

Week of 3-Nov-14

Added servlet to retrieve images from database image folder and updated the AddPhoto servlet cb00f4cc817315e80b2ddfcc0c87882ece273720

Updated Photo model class Updated Controllers to send and retrieve photos to/from database 990b873f90dbcff25935a507bfaee5bc66e0b33e

worked with group to fix numerous bugs/issues with exporting fake databse to sql database

Anthony0 commented 9 years ago

Week of 10-Nov-14 This week I worked on adding and starting more functionality to the project. -Added the ability to allow the user to associate hashtags to a photo they wish to upload 508bfac75ad474d613300f2956dd1e7c6bd44b91 -Added controllers for our Hashtag-Photo relation table as well as initial database methods to update Sql tables 23c7a1b122b9747a82c94da494f245dde50c3530 fc2d68b1517dae46bec9fe914741b00f3233e649

I also did some rearranging of UI pages and bug fixes

For the upcoming week we plan to meet up and discuss/implement remaining functionality for the system.

Anthony0 commented 9 years ago

Week of 17-Nov-14

This week I updated the test cases for the model classes. 9f9b0cf6b6e457d950a810224ee23d00f7ac4057

Anthony0 commented 9 years ago

Week of 24-Nov-14

This week I worked on allowing the user to upload photos with hashtags associated with them so that when the hashtags are searched for, we will be able to only show photos that are related to the hashtag 161d6fd08e47f36cc8edaf8337cc5a5686151cc5

I also updated the getPhoto servlet to work with the sql database calls rather than files 69328a7f524545e517e0341fc4b0e9018b649edc

Anthony0 commented 9 years ago

Week of 1-Dec-14

This week I worked on implementing the functionality for allowing the user to edit hashtags associated with photos 863c51184bd36221be7ea219bdaac8141b67d520

also updated the servlets and jsp so that clicking on a photo directs the user to the edit page of the photo 3b8dbbfe9e66c1d608867c1380957cedfdfe1474