Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update events page with upcoming events, automatically move past events #1617

Merged
merged 19 commits into from
Mar 15, 2019

Conversation

jtcrowson
Copy link
Contributor

@jtcrowson jtcrowson commented Mar 13, 2019

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[x] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

  • Events that have passed are in the upcoming section.
  • Missing upcoming events

Closes #1615

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 13, 2019

Preview docs changes for 7b29f16 at https://previews.ngrx.io/pr1617-7b29f16/

@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 13, 2019

Preview docs changes for 79ebec6 at https://previews.ngrx.io/pr1617-79ebec6/

@jtcrowson
Copy link
Contributor Author

This is a WIP. Please hold off reviewing.

@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 13, 2019

Preview docs changes for 63adf95 at https://previews.ngrx.io/pr1617-63adf95/

@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 13, 2019

Preview docs changes for 77dcca7 at https://previews.ngrx.io/pr1617-77dcca7/

@jtcrowson jtcrowson force-pushed the update-ngrx-events branch from 77dcca7 to 315ab6a Compare March 13, 2019 16:48
@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 13, 2019

Preview docs changes for 315ab6a at https://previews.ngrx.io/pr1617-315ab6a/

@timdeschryver
Copy link
Member

I'm going to update the title so it's clear that this is a WIP.

@timdeschryver timdeschryver changed the title docs: update events page with upcoming events, automatically move past events [WIP]: docs: update events page with upcoming events, automatically move past events Mar 13, 2019
@jtcrowson
Copy link
Contributor Author

jtcrowson commented Mar 13, 2019

@timdeschryver @brandonroberts do you know what I need to do to make my events.json file be hosted under /generated (https://previews.ngrx.io/pr1617-315ab6a/generated/events.json)? I don't see any special registration of contributors.json (https://previews.ngrx.io/pr1617-315ab6a/generated/contributors.json) or resources.json (https://previews.ngrx.io/pr1617-315ab6a/generated/resources.json)

@timdeschryver
Copy link
Member

My guess would be projects\ngrx.io\tools\transforms\angular-content-package\index.js, I'm not 100% certain tho 😅

@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 13, 2019

Preview docs changes for 9ed378f at https://previews.ngrx.io/pr1617-9ed378f/

@timdeschryver
Copy link
Member

Also add it to computePathsProcessor.pathTemplates = computePathsProcessor.pathTemplates.concat in the same file

@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 13, 2019

Preview docs changes for 3b5f1f6 at https://previews.ngrx.io/pr1617-3b5f1f6/

@timdeschryver
Copy link
Member

Seems like it's showing up https://previews.ngrx.io/pr1617-3b5f1f6/generated/events.json 🎉

@jtcrowson
Copy link
Contributor Author

@timdeschryver sure is, thanks for those suggestions 👏

@jtcrowson jtcrowson force-pushed the update-ngrx-events branch from 44b2d83 to 6f9826b Compare March 14, 2019 00:44
@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 14, 2019

Preview docs changes for 6f9826b at https://previews.ngrx.io/pr1617-6f9826b/

@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 14, 2019

Preview docs changes for 0ea547a at https://previews.ngrx.io/pr1617-0ea547a/

@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 14, 2019

Preview docs changes for 3e3548c at https://previews.ngrx.io/pr1617-3e3548c/

@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 14, 2019

Preview docs changes for 97428fa at https://previews.ngrx.io/pr1617-97428fa/

@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 14, 2019

Preview docs changes for 1159e80 at https://previews.ngrx.io/pr1617-1159e80/

@jtcrowson jtcrowson changed the title [WIP]: docs: update events page with upcoming events, automatically move past events docs: update events page with upcoming events, automatically move past events Mar 14, 2019
@jtcrowson
Copy link
Contributor Author

@timdeschryver @brandonroberts ready for review 👍

Copy link
Member

@brandonroberts brandonroberts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for all your work so far!

use spaces in test describe string, correct define model by ending in semi colon
Copy link
Member

@timdeschryver timdeschryver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two questions about the page:

  • Should we order the past events descending (from new to old)?
  • Should we make it more clear that the events are clickable? Or what about making the row clickable?

@ngrxbot
Copy link
Collaborator

ngrxbot commented Mar 15, 2019

Preview docs changes for fc30ba5 at https://previews.ngrx.io/pr1617-fc30ba5/

@jtcrowson
Copy link
Contributor Author

@timdeschryver

  1. I think that sorting order makes the most sense.
  2. I like the idea of making the rows clickable and maybe add a shadow on hover, somewhat similar to the resource list. I didn't realize the event names were clickable until I looked at the code 👀

Happy to take care of it in a follow-up design-oriented PR.

Copy link
Member

@timdeschryver timdeschryver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@brandonroberts brandonroberts merged commit ea35472 into ngrx:master Mar 15, 2019
tja4472 pushed a commit to tja4472/platform that referenced this pull request Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: Update events page with upcoming events
4 participants