diff --git a/readme.md b/readme.md index 2dd96081..206eebf6 100644 --- a/readme.md +++ b/readme.md @@ -58,9 +58,6 @@ Our application provides a highly customizable job tracker and project managemen - [How to Contribute](#how-to-contribute) - [Team Members](#team-members) -## Basic Design -![Basic Design](https://github.com/prithvish-doshi-17/application-tracking-system/blob/main/resources/Overall%20Design.PNG) - ## Samples ### Login Page / Signup Page @@ -78,35 +75,35 @@ The introductory visual interface displayed from which a user is able to access ### Add New Boards A user can add a new board to keep track of data -

+

### Add New Columns New columns can be added by the user if required -

+

### Updating the board A user can update the status of the application like shown in the picture -

+

### Deleting Boards If a user wishes to delete the board then they can delete the board as well -

+

### Editing and Deleting the task A user can edit the tasks as specified in the pic below. This updates the database if the operation is edit and removes the task from database if the task is deleted. -

+

### Night mode implementation We have implemented the night mode feature as well which diversifies the application. -

-

+

+

### What's New diff --git a/resources/Updating the board.jpg b/resources/Updating_the_board.jpg similarity index 100% rename from resources/Updating the board.jpg rename to resources/Updating_the_board.jpg diff --git a/resources/Add new board.jpg b/resources/add_new_board.jpg similarity index 100% rename from resources/Add new board.jpg rename to resources/add_new_board.jpg diff --git a/resources/Adding new column.jpg b/resources/adding_new_column.jpg similarity index 100% rename from resources/Adding new column.jpg rename to resources/adding_new_column.jpg diff --git a/resources/Delete board.jpg b/resources/delete_board.jpg similarity index 100% rename from resources/Delete board.jpg rename to resources/delete_board.jpg diff --git a/resources/Drag and drop functionality implemtation.jpg b/resources/drag_and_drop_functionality_implemtation.jpg similarity index 100% rename from resources/Drag and drop functionality implemtation.jpg rename to resources/drag_and_drop_functionality_implemtation.jpg diff --git a/resources/Editing and deleting the tasks.jpg b/resources/editing_and_deleting_the_tasks.jpg similarity index 100% rename from resources/Editing and deleting the tasks.jpg rename to resources/editing_and_deleting_the_tasks.jpg diff --git a/resources/Night mode.jpg b/resources/night_mode.jpg similarity index 100% rename from resources/Night mode.jpg rename to resources/night_mode.jpg diff --git a/resources/Night mode edit board.jpg b/resources/night_mode_edit_board.jpg similarity index 100% rename from resources/Night mode edit board.jpg rename to resources/night_mode_edit_board.jpg