Skip to content

Commit e3a9ae8

Browse files
committed
Timeline Wall submission 639273
1 parent 1dab5ae commit e3a9ae8

File tree

107 files changed

+2388
-3776
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+2388
-3776
lines changed

__tests__/shared/components/__snapshots__/Content.jsx.snap

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ exports[`Matches shallow shapshot 1`] = `
1313
<h1>
1414
Topcoder Community App
1515
</h1>
16-
<ul>
17-
<li>
18-
<Link
19-
replace={false}
20-
to="/community/timeline-wall"
21-
>
22-
totest: Timeline wall
23-
</Link>
24-
</li>
25-
</ul>
2616
<p>
2717
Isomorphic ReactJS App for new version of Topcoder community website. Technological stack includes:
2818
</p>

config/default.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ module.exports = {
167167
SUBDOMAIN_PROFILE_CONFIG: [{
168168
groupId: '20000000', communityId: 'wipro', communityName: 'topgear', userProfile: 'https://topgear-app.wipro.com/user-details',
169169
}],
170-
TIMELNE_EVENT_API: 'http://localhost:3003',
171170
},
172171

173172
/* Information about Topcoder user groups can be cached in various places.
@@ -446,6 +445,7 @@ module.exports = {
446445
GIGS_LISTING_CACHE_TIME: 300, // in seconds
447446
START_PAGE_PATH: '/start',
448447
TC_ACADEMY_BASE_PATH: '/learn',
448+
TIMELINE_PAGES_PATH: '/community/timeline-wall',
449449
GUIKIT: {
450450
DEBOUNCE_ON_CHANGE_TIME: 150,
451451
},
@@ -458,7 +458,6 @@ module.exports = {
458458
ENABLE_BADGE_UI: true,
459459
},
460460
PLATFORMUI_SITE_URL: 'https://platform-ui.topcoder-dev.com',
461-
TIMELINE: {
462-
REJECTION_EVENT_REASONS: ['Duplicate Event'],
463-
},
461+
TIMELINE_WALL_URL: 'http://localhost:8080',
462+
TIMELINE_ADMIN_ROLES: ['Gamification Admin', 'Admin', 'administrator'],
464463
};

package-lock.json

Lines changed: 77 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
"react-syntax-highlighter": "^12.2.1",
137137
"react-tabs": "^2.2.2",
138138
"react-touch-events": "^2.1.0",
139+
"react-vertical-timeline-component": "^3.5.2",
139140
"react-waypoint": "^7.1.0",
140141
"redux": "^3.7.2",
141142
"redux-actions": "^2.4.0",

src/assets/images/btn-delete-photo.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/assets/images/timeline-wall/cheveron-down-blue.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/timeline-wall/cheveron-down.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/timeline-wall/icon-photo.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/timeline-wall/icon-video.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/timeline-wall/tooltip-left-mobile-blue.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/timeline-wall/tooltip-left.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/images/timeline-wall/tooltip-right.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.
Binary file not shown.
-884 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)