DryCreations / pdfproject

Adapting starter code that uses itext7, into a program that can draw onto pdfs, and export files to pdf
1 stars 3 forks source link

Action 51 - README.md updated #68

Closed leonard-parker5 closed 3 years ago

leonard-parker5 commented 3 years ago

List Any Relevant Actions or Tasks

Actions

51

Tasks

Description of Changes

Updated README.md to make grading items easier to find and added contributors

Relevant Artifacts

pdfproject

Adapting starter code that uses itext7, into a Java program that functions as a PDF viewer and editor. This project can create new PDF documents as well as open and manipulate existing documents with features such as drawing, erasing, and resizing.

Information

File Structure

Doxygen generation of repository can be found at https://drycreations.github.io/pdfproject/

  • /pdfproject/src/main contains the /java/com/groupseven/pdfproject and /resources folder
    • /java/com/groupseven/pdfproject contains the Java files for the main program
    • /resources contains relevant assets for the GUI and program initialization
  • /pdfproject/planning contains the /minutes folder and the tasks.md and user-stories.md files
    • /minutes contains a summation of the work accomplished/assigned for the listed class week
    • The tasks.md and user-stories.md files contains a list of all generated user stories and task breakdowns of those stories
  • /pdfproject/Test_Artifacts contains screenshot documentation of completed actions
  • /pdfproject/src/test contains junit test classes for testing functionality
  • /pdfproject/grading contains markdown files documentating all of the course grade requirements that have been met with traceability
  • design.md contains design information that traces testing to implementation to design of user stories

Contributors

Group 7

  • Cassandra Mae Chandankumar Patel / Cassandra-Mae-Patel / CassandraMae99
  • Charles Witherspoon / charles-witherspoon
  • Derrick Kaliney / PythonProgramm3r
  • Hayden Mankin / DryCreations
  • Hunter Gongloff / hgongloff
  • Parker Leonard / leonard-parker5
  • William Harvey / bobobo77

Other Comments

Let me know if there are any more items we should add.