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 <[email protected]>
Co-authored-by: gokul-00 <[email protected]>

* 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 <[email protected]>
Co-authored-by: gokul-00 <[email protected]>
Co-authored-by: gokul-00 <[email protected]>
Co-authored-by: Rishabh Taparia <[email protected]>
Co-authored-by: unknown <[email protected]>

* 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 <[email protected]>
Co-authored-by: gokul-00 <[email protected]>

* 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 <[email protected]>
Co-authored-by: gokul-00 <[email protected]>

* add like

* Resolved merge conflicts

* resolve conflict

* add like

* resolve conflct

Co-authored-by: gokul-00 <[email protected]>
Co-authored-by: gokul-00 <[email protected]>
Co-authored-by: Rishabh Taparia <[email protected]>
Co-authored-by: paarthibank <[email protected]>

* final testing changes

* final commit

Co-authored-by: Hetvi Bhansali <[email protected]>
Co-authored-by: saisandhya01 <[email protected]>
Co-authored-by: Rishabh Taparia <[email protected]>
Co-authored-by: unknown <[email protected]>
Co-authored-by: paarthibank <[email protected]>
  • Loading branch information
6 people committed Feb 12, 2021
1 parent f7887c3 commit 04d24bd
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 04d24bd

Please sign in to comment.