Matt Rider
1e4fad8425
Add cucumber scenario, component tests
2019-04-11 21:23:17 -03:00
Matt Rider
8f32df2597
Add translation, linkify avatar
2019-04-11 21:22:33 -03:00
mattwr18
4383431260
GitBook: [342-merge_documentation] 56 pages and 14 assets modified
2019-04-11 22:12:37 +00:00
Matt Rider
60c56f8872
Start adding social media card section to user profile
2019-04-11 16:38:31 -03:00
Matt Rider
9bdd0742c9
Update tests, start test driving new scenario
...
- tests had become outdated thanks to new implementation details, namely that a socialMedia node is being created and associated with a user instead of it being an attribute of the User
- scenario to ensure other user's can view my social media
2019-04-11 16:35:22 -03:00
7e258bc3d3
basic stuff from alpha
2019-04-11 17:24:05 +02:00
Matt Rider
edd37db8fe
Update frontend to display urls, update currentUser
2019-04-10 20:33:37 -03:00
Robert Schäfer
102a03f552
Merge remote-tracking branch 'origin/master' into 236-list-social-media-accounts
2019-04-10 15:17:18 +02:00
Robert Schäfer
87fbdb576d
Merge branch 'master' into 2019/kw15/design_differences_post
2019-04-10 14:22:13 +02:00
c70e6227ba
first implementation - unclear if specifications are correct
2019-04-10 13:35:24 +02:00
5d8da41bba
Merge branch 'master' into 2019/kw15/design_differences_post
2019-04-10 11:00:03 +02:00
1c78e969c6
Merge branch 'master' into 2019/kw15/hide_all_unfuctional_content
2019-04-10 10:58:11 +02:00
mattwr18
9c64220c92
Merge branch 'master' into 236-list-social-media-accounts
2019-04-09 21:06:41 -03:00
Robert Schäfer
92be747112
Merge branch 'master' into 2019/kw15/design_differences_post
2019-04-09 22:13:20 +02:00
Robert Schäfer
98138f2500
Merge branch 'master' into 2019/kw15/new_post_button_position
2019-04-09 22:10:04 +02:00
5e28ef32ab
lint fixes
2019-04-09 11:14:41 +02:00
03eb58ed3b
lint fixes
2019-04-09 11:13:19 +02:00
93ab590903
lint fixes
2019-04-09 11:10:50 +02:00
bc868044ef
lint fix
2019-04-09 11:07:41 +02:00
Matt Rider
4de8407620
Rename variable, mutation
...
- result is not a good name in this case because we know what is coming back, the result is a socialMedia node
- update the mutation name in the front end
2019-04-08 12:05:57 -03:00
0e09b0fb74
fixed design differences between alpha & nitro - Post Page
...
- [X] Title and Author Position reversed
- [X] Design & Format of Post-Date + Position
- [X] No Category Names
- [X] Actions/Reactions & Tags reversed
2019-04-08 15:53:00 +02:00
e51fd361ed
fixed position of new post button to fit all devices and be completely visible at any time
2019-04-08 12:45:03 +02:00
1f31c29552
make post sticky - fixes https://github.com/Human-Connection/Human-Connection/issues/385
2019-04-08 11:39:39 +02:00
5d1cb43e8c
hide all unfunctional content - fixes https://github.com/Human-Connection/Human-Connection/issues/429
2019-04-08 10:48:04 +02:00
Robert Schäfer
138d9a0011
Merging origin to 342-merge_documentation
2019-04-04 00:52:21 +02:00
Matt Rider
94288ced54
Update currentUser after successful addSocialMedia mutation
...
Co-authored-by: Mike Aono <aonomike@gmail.com>
2019-03-28 15:54:45 -03:00
Robert Schäfer
209b63715f
Show social media links as list
2019-03-27 14:28:20 +01:00
Robert Schäfer
9de652c631
Fix render error bug
...
🙌 @mattwr18
2019-03-27 14:17:47 +01:00
Robert Schäfer
8fb9ebd2b5
Expose bug: Server-side render error
2019-03-27 14:07:24 +01:00
Robert Schäfer
9daa7b81b9
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 236-list-social-media-accounts
2019-03-27 12:55:36 +01:00
Robert Schäfer
88ac0601f7
DRY: persistentLink implementation
2019-03-26 23:52:01 +01:00
Matt Rider
597d1a0cb0
Pull in icons from currentUser
...
Co-authored-by: Joseph Ngugi <jngugi88@gmail.com>
2019-03-26 17:43:23 -03:00
Robert Schäfer
5d440d2e5b
Fix wrong implementation of cucumber test
2019-03-26 20:49:04 +01:00
Robert Schäfer
40224ab18d
Fix bug if id is undefined on post route
...
@itbsStefan this is the fix for the bug during our pair-programming. The
request to the server was returning *all* posts if `id` was undefined
and the post for redirecting was the most recently created.
2019-03-26 20:03:11 +01:00
Robert Schäfer
63d928e12e
Change route post-slug to post-id-slug
...
And query `slug` and `id` everywhere
2019-03-26 16:21:39 +01:00
Robert Schäfer
bbdec39017
Implement redirect on posts
2019-03-26 16:09:26 +01:00
Robert Schäfer
203f2091de
Implement id takes precedence over slug
2019-03-26 14:28:55 +01:00
Robert Schäfer
51cbc65f4b
Rename profile-id to profile-id-slug route
2019-03-26 13:52:56 +01:00
Robert Schäfer
327bd037a0
Implement redirect for user profile
2019-03-26 13:52:56 +01:00
Matt Rider
7da9baf748
Update socialMediaIconUrl, display linked icons
...
- After successfully adding a socialMedia, update the sociaMeidaIconUrl, and iterate over them to display their icons, which link to the user's profile.
Co-authored-by: Joseph Ngugi <jngugi88@gmail.com>
2019-03-25 20:18:49 -03:00
Matt Rider
e409d6508f
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 236-list-social-media-accounts
2019-03-25 17:32:06 -03:00
Matt Rider
aca3562e22
Migrate PRs from archived repos to monorepo
...
Co-authored-by: Joseph Ngugi <jngugi88@gmail.com>
2019-03-22 14:44:43 -03:00
Robert Schäfer
e0432b2fd9
Styleguide blocks development
...
cc @appinteractive
We're trying to cross-validate two form fields and don't know how.
We (ie. @kachulio1, @aonomike, myself) gave up after
we discovered https://github.com/Human-Connection/Nitro-Styleguide/issues/46
2019-03-22 15:53:01 +01:00
Robert Schäfer
c91a61af89
Merging webapp to master
2019-03-20 21:06:17 +01:00