Project 3 Submission
Below are the steps to "submitting" a completed project, although the code review is only required for 2 out of the 4 projects.
Screenshots
Place all screenshots the screenshots/project-3
directory.
For screenshots 1-2, you may choose to show all results (tests, build, and exception handling) in one screenshot of your console. If you go this route, name the screenshot, project03Success.png
.
-
testsPass.png
show all the unit tests passing in the console. -
successfulBuild.png
show the program builds without errors. -
tokenLengths.png
the top of your token_lengths.txt file after analyzing the bigFile.txt. -
tokenLocations.png
the top of thetokens_locations.txt
file when searching for the tokens:the
,and
,for
, andadsfjdj
. -
httpRequest.png
the full results HTTP Request Data Servlet running in the browser. YOU MUST show results for both the query string and query parameter. -
propertiesServlet.png
the properties servlet running in the browser. -
javaDoc.png
show the JavaDoc script running without errors.
Push your code to GitHub
-
Stage all your changes for the next commit.
git add .
-
Commit your code with a meaningful message
git commit -m "some meaningful message here
-
Push your code to your remote repository
git push
GitHub Issue & Reflection
- Create a new issue in GitHub, title it: "Project 3 ready for review".
- Reflect on Project 3: Copy the below text and paste it into the "Add a description" textarea.
Note on Question #2
Question 2 can be submitted in any format! If you would rather tell your Project 3 story through audio, video, drawings/FigJam, or whatever you have in mind, let me know!
Suggestion: Work on this reflection in another document and copy it all to your issue once complete.
@kkschumacher
## Project 3 Reflection
#### 1. Are you completing a code review for this project? If yes, place an "X" between the brackets [] to indicate which review you plan to complete.
- [ ] MS Teams
- [ ] Recorded video
#### 2. Tell your Project 3 "story". Describe how it unfolded, from its overall learnings to the obstacles and pitfalls you encountered along the way, whether they made you cringe, caused frustration, or left you exclaiming "oh no!" Your commit history should help you reflect on your project journey. Elaborate on the creative approaches and solutions that took you from "oh no!" to "I got this!". Emphasize the significant takeaways and knowledge you acquired throughout the project's journey.
#### 3. Time how long it takes for you Analyzer application to run when using the search tokens "if, and, for, the"? Record the time here.
#### 4. Look back at your commit history. How many git commits did you create during this unit? Do your commit message show the process and progress through the project, if yes, how so? What, if any, improvements have you made to committing frequently and creating meaningful commit messages.
#### 5. Now that you have finished your code, look back at your planning document. What about your plan was correct? What was incorrect?
#### 6. Look back at the Project 2 reflection in your closed issues. Have you made progress in the areas you chose to improve on? Explain.
#### 7. List three things you want to focus on by the end of the semester. Reference the course competencies (located in the syllabus) for assistance in choosing areas to focus on.
#### 8. If you haven’t already watched the challenge presentations for the JSP Scripting Elements or MVC Application, do so now. What new insights or knowledge did you gain from the presentation(s)? What, if any, questions do you have on the topics? Post your insights and questions in the Slack channel as a thread.
Schedule Code Review
See Project 3 Code Review for details on the parts to code review.
MS Teams
If choosing to do a MS Teams code review, schedule an appointment with me. If there is not a date/time that works for you, please Slack me so we can work to find a time that does work.
-
If you need to cancel your code review, you can cancel the automated MS Teams meeting.
-
If you need to reschedule your code review, you can cancel the automated MS Teams meeting and go back to the booking link above.
Recorded Video
-
If recording a video, please share your 20 minute video with me through Slack.
- Check out these free options for screen recording software.
Making Corrections
If you receive a "Not Yet" mark on your project code, you are encouraged to make corrections to your code.
-
Using the verbal feedback your instructor gives during the code review or written feedback in GitHub, make the necessary updates to your project code.
-
Add, commit, and push all your changes before the due date.
-
Reply to your GitHub Issue and include the list of the changes/corrections you made.
-
I will review your changes and reply to your issue with any additional feedback.
Finalizing Your Project
One you receive a "Met" mark on your project, it's time to tag your project!
- Tag your project as
v3.0-project1
. See Tagging Your Project for instructions on how to create a git tag.