Skip to content

Commit

Permalink
Frontend v4 (#199)
Browse files Browse the repository at this point in the history
* change home page ui

* Frontend4 design (#177)

* basic home page design

* basic home page design

* footer added

* add verification page

* change home page ui

* Frontend4 design (#177)

* basic home page design

* basic home page design

* footer added

* production code changes

* Admin integ (#179)

* change home page ui

* Frontend4 design (#177)

* basic home page design

* basic home page design

* footer added

* final commit changes

* add verification page

* change home page ui

* Frontend4 design (#177)

* basic home page design

* basic home page design

* footer added

* change home page ui

* Frontend4 design (#177)

* basic home page design

* basic home page design

* footer added

* final commit changes

* add verification page

* change home page ui

* Frontend4 design (#177)

* basic home page design

* basic home page design

* footer added

* production code changes

* production code changes

* user notification (#185)

* add minor changes (#182)

* add minor changes

* add more changes

* feat:added share button to activity feed

* add score nav

* add shareIcon import

* fix hint modal

* activity

Co-authored-by: Rishabh Taparia <rishabh.taparia5@gmail.com>
Co-authored-by: gokul-00 <62957549+gokul-00@users.noreply.github.com>

* final commit changes

* add verification page

* change home page ui

* Add support for image upload while adding mission

* Complete add mission route

* Add initial values for new mission form

* Update edit mission form

* Update mission details component wrt to change in db

* Update all mission components with latest db structure

* Add feature to display missionname in the cards

* start button to start clue algorithm

* Start button integ and confirm messages

* Convert object to formdata

* string to JSON conversion with other changes

* Add feature for file upload

* Add edit mission with formdata

* base64 to data type image base64

* Edit mission with file upload

* content added for verification mail

* Fix: Popup appearing only once

* Add popup for accept/reject submissions

* Notifications for admin

* Fix: start game button issue

* Image submissions

Co-authored-by: Hetvi Bhansali <63287315+hetvi955@users.noreply.github.com>
Co-authored-by: gokul-00 <62957549+gokul-00@users.noreply.github.com>
Co-authored-by: gokul-00 <106119141@nitt.edu>
Co-authored-by: Rishabh Taparia <rishabh.taparia5@gmail.com>
Co-authored-by: unknown <mansibisen354@gmail.com>

* Front final 2 (#192)

* change home page ui

* Frontend4 design (#177)

* basic home page design

* basic home page design

* footer added

* final commit changes

* add verification page

* change home page ui

* Frontend4 design (#177)

* basic home page design

* basic home page design

* footer added

* production code changes

* production code changes

* user notification (#185)

* add minor changes (#182)

* add minor changes

* add more changes

* feat:added share button to activity feed

* add score nav

* add shareIcon import

* fix hint modal

* activity

Co-authored-by: Rishabh Taparia <rishabh.taparia5@gmail.com>
Co-authored-by: gokul-00 <62957549+gokul-00@users.noreply.github.com>

* add like

* add share modal

* change home page ui

* Frontend4 design (#177)

* basic home page design

* basic home page design

* footer added

* production code changes

* production code changes

* user notification (#185)

* add minor changes (#182)

* add minor changes

* add more changes

* feat:added share button to activity feed

* add score nav

* add shareIcon import

* fix hint modal

* activity

Co-authored-by: Rishabh Taparia <rishabh.taparia5@gmail.com>
Co-authored-by: gokul-00 <62957549+gokul-00@users.noreply.github.com>

* add like

* Resolved merge conflicts

* resolve conflict

* add like

* resolve conflct

Co-authored-by: gokul-00 <62957549+gokul-00@users.noreply.github.com>
Co-authored-by: gokul-00 <106119141@nitt.edu>
Co-authored-by: Rishabh Taparia <rishabh.taparia5@gmail.com>
Co-authored-by: paarthibank <63107117+paarthibank@users.noreply.github.com>

* final testing changes

* final commit

Co-authored-by: Hetvi Bhansali <63287315+hetvi955@users.noreply.github.com>
Co-authored-by: saisandhya01 <55455466+saisandhya01@users.noreply.github.com>
Co-authored-by: Rishabh Taparia <rishabh.taparia5@gmail.com>
Co-authored-by: unknown <mansibisen354@gmail.com>
Co-authored-by: paarthibank <63107117+paarthibank@users.noreply.github.com>
  • Loading branch information
6 people committed Feb 11, 2021
1 parent ebbd2b7 commit b4034d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/algo.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ const algo = async () => {
clearInterval(algorithm);
console.log("All missions assigned to all teams");
}
}, 1800000);
}, 300000);
};
module.exports = algo;

0 comments on commit b4034d6

Please sign in to comment.