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

Deal with multiple iterations of the same guest on the guest page #137

Closed
mattstratton opened this issue Feb 9, 2018 · 1 comment · Fixed by #271
Closed

Deal with multiple iterations of the same guest on the guest page #137

mattstratton opened this issue Feb 9, 2018 · 1 comment · Fixed by #271
Milestone

Comments

@mattstratton
Copy link
Owner

On the guest page, if there are multiple iternations of the same guest (using aka function) they all show up. Ideally, there should only be one; most likely the most recent.

That's probably hard to do programmatically; although since guests are now .md files, they have date in frontmatter so they should be able to be sorted by date.

@mattstratton mattstratton added this to the Sprint 1 milestone Mar 7, 2018
@mattstratton mattstratton modified the milestones: Sprint 1, Sprint 3 Mar 22, 2018
@mattstratton
Copy link
Owner Author

This is also connected to #159

mattstratton added a commit that referenced this issue Apr 23, 2020
* Fix typo in REFERENCE

* Update REFERENCE with guest_group

* Add support for grouping guests on guest list page

Fixes #137

* Add support for guest_group to guest pages

Fixes #159

* Fix AKA bug

Signed-off-by: Matt Stratton <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant