Skip to content

Commit

Permalink
Updating resources and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nkangan committed Oct 20, 2023
1 parent 7c2b36a commit 8682776
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
<p align="center"><img width="700" src="./resources/Add new board.png"></p>
<p align="center"><img width="700" src="./resources/add_new_board.png"></p>

### Add New Columns

New columns can be added by the user if required
<p align="center"><img width="700" src="./resources/Adding new column.PNG"></p>
<p align="center"><img width="700" src="./resources/adding_new_column.PNG"></p>

### Updating the board

A user can update the status of the application like shown in the picture
<p align="center"><img width="700" src="./resources/Updating the board.PNG"></p>
<p align="center"><img width="700" src="./resources/Updating_the_board.PNG"></p>

### Deleting Boards

If a user wishes to delete the board then they can delete the board as well
<p align="center"><img width="700" src="./resources/Delete board.PNG"></p>
<p align="center"><img width="700" src="./resources/delete_board.PNG"></p>



### 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.
<p align="center"><img width="700" src="./resources/Editing and deleting the tasks.PNG"></p>
<p align="center"><img width="700" src="./resources/editing_and_deleting_the_tasks.PNG"></p>

### Night mode implementation

We have implemented the night mode feature as well which diversifies the application.
<p align="center"><img width="700" src="./resources/Night mode.PNG"></p>
<p align="center"><img width="700" src="./resources/Night mode edit board.PNG"></p>
<p align="center"><img width="700" src="./resources/night_mode.PNG"></p>
<p align="center"><img width="700" src="./resources/night_mode_edit_board.PNG"></p>

### What's New

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 8682776

Please sign in to comment.