Browse Source

Update 'README.md'

tanyalivelike 3 years ago
parent
commit
a03d4ff18e
1 changed files with 5 additions and 16 deletions
  1. 5 16
      README.md

+ 5 - 16
README.md

@@ -17,26 +17,15 @@
 
 ### Expectation/Evaluation Criteria:
 
-1. Code Modularity (Highest priority)
+1. **Code Modularity (Highest priority)** - Assignment should have different components/services/files for different functionalities following Single Responsibility Principle and Separation of Concerns
 
-Assignment should have different components/services/files for different functionalities following Single Responsibility Principle and Separation of Concerns
+2. **Bug Free Code (Highest priority)** - It’s ok if any of the acceptance criteria is not delivered but the ones delivered should be bug free. For eg. If price based filtering is not provided due to time constraint, it is acceptable but broken functionality should not be submitted in the final PR
 
-2. Bug Free Code (Highest priority)
+3. **Naming Conventions (High Priority)** - All the variables and functions should be named in a way that it represents what is purpose of having that variable/function in the code. Also the naming should be consistent across the code whether it be camel case or snake case or something else. Also some common practices should be followed e.g. classes always start with capital letters
 
-It’s ok if any of the acceptance criteria is not delivered but the ones delivered should be bug free.
-For eg. If price based filtering is not provided due to time constraint, it is acceptable but broken functionality should not be submitted in the final PR
+4. **Readable Code (Medium Priority)** - Code should be properly indented and prettified.
 
-3. Naming Conventions (High Priority)
-
-All the variables and functions should be named in a way that it represents what is purpose of having that variable/function in the code. Also the naming should be consistent across the code whether it be camel case or snake case or something else. Also some common practices should be followed e.g. classes always start with capital letters
-
-4. Readable Code (Medium Priority)
-
-Code should be properly indented and prettified. 
-
-5. UI (Low Priority)
-
-How neat and pretty the UI looks. If candidate has time, they can use any UI library like bootstrap/material to make the UI more beautiful to earn more points.
+5. **UI (Low Priority)** - How neat and pretty the UI looks. If candidate has time, they can use any UI library like bootstrap/material to make the UI more beautiful to earn more points.
 
 
 ### API Reference: