diff --git a/full-stack-project-implementation-guide.html b/full-stack-project-implementation-guide.html index 92c6888..824de5e 100644 --- a/full-stack-project-implementation-guide.html +++ b/full-stack-project-implementation-guide.html @@ -200,9 +200,6 @@
Criterion: 1.2 Database
- - new -
Criterion: 1.3 Agile Methodology
@@ -227,10 +224,60 @@
Criterion: 1.3 Agile Methodology
+ +
Criterion:1.4 Code Quality
+ + + + + + + + + + + + + + + +
CriterionDescriptionExpected Performance
Code QualityInclude custom Python logic demonstrating proficiency, including compound statements like if-else conditions and loops. Write code with proper readability, indentation, and meaningful naming conventions. + Name files consistently and descriptively, avoiding spaces and capitalization for cross-platform compatibility. +
    +
  • Inclusion of custom Python logic with clear, well-structured if-else conditions and loops.
  • +
  • Code that follows readability standards with proper indentation and meaningful naming conventions.
  • +
  • Consistent and descriptive file naming avoiding spaces and capital letters for compatibility.
  • +
  • Use of comments and docstrings to explain complex logic and functions within the code.
  • +
  • Adherence to PEP 8 guidelines for Python code style and conventions.
  • +
+
+
Criterion:1.5 Documentation
+ + + + + + + + + + + + + + + +
CriterionDescriptionExpected Performance
DocumentationIDocument the UX design process, including wireframes, mockups, and diagrams. Ensure documentation demonstrates that the design process has been followed through to implementation. +
    +
  • Concise documentation of the UX design process, including wireframes, mockups, diagrams, as well as reasoning for changes throughout the development process.
  • +
  • Well-organized README file detailing the UX process, design rationale, and final implementation.
  • +
+
+