From 86827769da776ec9e19726b465af4fa0d3c15d5b Mon Sep 17 00:00:00 2001 From: nkangan Date: Thu, 19 Oct 2023 23:43:00 -0400 Subject: [PATCH] Updating resources and readme --- readme.md | 17 +++++++---------- ...ng the board.jpg => Updating_the_board.jpg} | Bin .../{Add new board.jpg => add_new_board.jpg} | Bin ...ng new column.jpg => adding_new_column.jpg} | Bin .../{Delete board.jpg => delete_board.jpg} | Bin ...ag_and_drop_functionality_implemtation.jpg} | Bin ....jpg => editing_and_deleting_the_tasks.jpg} | Bin resources/{Night mode.jpg => night_mode.jpg} | Bin ...dit board.jpg => night_mode_edit_board.jpg} | Bin 9 files changed, 7 insertions(+), 10 deletions(-) rename resources/{Updating the board.jpg => Updating_the_board.jpg} (100%) rename resources/{Add new board.jpg => add_new_board.jpg} (100%) rename resources/{Adding new column.jpg => adding_new_column.jpg} (100%) rename resources/{Delete board.jpg => delete_board.jpg} (100%) rename resources/{Drag and drop functionality implemtation.jpg => drag_and_drop_functionality_implemtation.jpg} (100%) rename resources/{Editing and deleting the tasks.jpg => editing_and_deleting_the_tasks.jpg} (100%) rename resources/{Night mode.jpg => night_mode.jpg} (100%) rename resources/{Night mode edit board.jpg => night_mode_edit_board.jpg} (100%) 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