This repository was archived by the owner on Mar 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Remove user login and profile functionality #24
Merged
Merged
Conversation
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
Δ Now staging deployment complete
Note: This is autogenerated through Travis build |
Squash and Merge because there are lot of test commits which I used for testing in travis-ci |
New Δ Now staging deployment complete
Note: This is autogenerated through Travis build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all good @vinaypuppal if its by you
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Changes
Removed all backend dependent code
Removed login, profile, jobs, projects pages
Fixed landing page image load flickering issue(i.e footer jumps from header to bottom after image loading)
Removed axios and used browser fetch API and as a fallback for older browsers added unfetch polyfill
Removed moment.js and used a light weight alternative to it called date-fns
App size comparisons before and after
Visually separate upcoming and past events.
Screen Shot
Modified app to use next.js satic export functionality so we can deploy app as static app since we don't have any backend dependent code.
Modified travis script to automatically deploy a unique app for every pull req and deploy to https://coderplex.org when merged to master.
Added support for @coderplex-bot so it will comment with new deployment url for every PR or PR changes. 🎉