Open
Conversation
Created skeleton front end files and file structure to start being filled in.
Added in package.json that calls the server.js file and a blank server.js file to be filled in.
…ironment variables.
Rimsha dev
Initial pr for home page
Currently the basic functions ported over from Rimsha's code work and I am setting up functionality for adding tasks on screen and to the database
Tasks can be added to the database and displayed on the column, now I need to change the display so that once a new task is added it will push down the add button. Next will be displaying all existing tasks from the database.
We can now add and delete columns, extra code needs to be added to improve how it displays. We should probably also have a way to remove specific columns.
Rimsha dev
Now tasks are displayed upon the page loading (currently all tasks since I don't have code in for identifying which group it is). Also adjusted code a bit after the pull from master to make sure all previous functionality works as intended.
Tasks now display before the button instead of around it. Added a div to enable this functionality. Also updated the addCol function so that when columns are generated they have a header and new task button.
Added code to make the new add task button generated by the new columns actually functional.
Nikhil dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.