Skip to content

Commit

Permalink
docs(neo4flix): Update audit file
Browse files Browse the repository at this point in the history
  • Loading branch information
akhossanX committed Oct 9, 2023
1 parent e2fb20a commit 90b60b8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions subjects/java/projects/neo4flix/audit/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#### Project setup
#### Functional
##### Download the project from its dedicated repository, run docker to initiate the web application and try to navigate it via the browser or using Postman.
###### Does the application work properly and you are able to navigate its core functionalities ?
#### Data and Design
##### Tell the auditee to show a graph representation of the database and check the following
##### Data and Design: Tell the auditee to show a graph representation of the database and check the following
###### Are nodes and relationships effectively representing movies, users, and ratings?
###### Are the relationships between nodes well represented and have the appropriate data attributes?
#### Microservices Development
##### Movie Microservice
###### Does the Movie microservice effectively handle reading and writing movie data from the database?
###### Is it capable of generating accurate movie recommendations based on user ratings?
Expand All @@ -20,7 +18,6 @@
###### Has one of the algorithms in Neo4j Graph Algorithms Library (content-based, collaborative filtering...) been employed to implement an efficient and accurate recommendation algorithm?
###### Does the auditee understand enough the Cypher Query Language used to express complex recommendation logic?
###### Is the Recommendation microservice generating accurate movie recommendations based on user ratings and related movies?
#### Functional
##### Search Functionality
###### Can users search for movies by various criteria, such as title, genre, release date, etc.?
##### Movie Details
Expand All @@ -33,12 +30,11 @@
###### Is there a feature allowing users to save movies to a watchlist?
##### Sharing Recommendations
###### Can users easily share movie recommendations with friends?
#### Frontend Development
##### User-Friendly Interface
###### Is the Neo4flix web application's interface user-friendly and intuitive?
##### Web pages
###### Do essential web pages, including login, registration, home, movie details, movie rating, and recommendations, function as expected?
#### Security measures
#### Security
##### Authentication and authorization
###### Is OAuth 2.0 or JWT properly implemented for user authentication?
###### Is two-factor authentication (2FA) implemented for enhanced security?
Expand Down

0 comments on commit 90b60b8

Please sign in to comment.