forked from zinc-collective/convene
-
Notifications
You must be signed in to change notification settings - Fork 0
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
π₯β¨ Journal
: Browsing Entries
#4
Labels
β¨ feature
Reduces Client's Burden or Grants them Benefits
π₯ Satisfices
It's good enough to use, but not particularly great
Comments
zspencer
changed the title
π«οΈβ¨ Jul 13, 2023
Journal
: Browsing Entries
Journal
: Browsing Entries
zspencer
changed the title
π«οΈβ¨
π₯β¨ Jul 13, 2023
Journal
: Browsing Entries
Journal
: Browsing Entries
zspencer
referenced
this issue
in zinc-collective/convene
Jul 13, 2023
- https://github.com/zinc-collective/convene/issues/1662 - https://github.com/zinc-collective/convene/issues/1566 This gets us a little bit closer to being able to browse `Entry` by `Keyword`s, since each `Entry` will know it's keywords
zspencer
added
β¨ feature
Reduces Client's Burden or Grants them Benefits
π₯ Satisfices
It's good enough to use, but not particularly great
labels
Jul 13, 2023
zspencer
referenced
this issue
in zinc-collective/convene
Jul 15, 2023
- https://github.com/zinc-collective/convene/issues/1662 - https://github.com/zinc-collective/convene/issues/1566 This gets us a little bit closer to being able to browse `Entry` by `Keyword`s, since each `Entry` will know it's keywords
zspencer
referenced
this issue
in zinc-collective/convene
Jul 15, 2023
* `Journal`: `Entries` may be queried by `Keywords` - https://github.com/zinc-collective/convene/issues/1662 - https://github.com/zinc-collective/convene/issues/1566 This gets us a little bit closer to being able to browse `Entry` by `Keyword`s, since each `Entry` will know it's keywords * `Journal`: `Keyword.search` provides case-insensitive tag search
zspencer
referenced
this issue
in zinc-collective/convene
Jul 15, 2023
zspencer
referenced
this issue
in zinc-collective/convene
Jul 20, 2023
`Journal`: `Entry` stores each `Keyword` it uses only once. - https://github.com/zinc-collective/convene/issues/1566 - https://github.com/zinc-collective/convene/issues/1662
zspencer
referenced
this issue
in zinc-collective/convene
Jul 20, 2023
* π₯β¨ `Journal`: Sprout `Keywords#show` - https://github.com/zinc-collective/convene/issues/1566 - https://github.com/zinc-collective/convene/issues/1662 * Show Entries that match a Keyword or it's Aliases * Use the canonical-keyword when building urls * `Journal`: Extract `Entry.matching_keywords([...])` scope * Spiff up the Presentation a touch
zspencer
referenced
this issue
in zinc-collective/convene
Jul 20, 2023
zspencer
referenced
this issue
in zinc-collective/convene
Jul 20, 2023
zspencer
referenced
this issue
in zinc-collective/convene
Jul 20, 2023
zspencer
referenced
this issue
in zinc-collective/convene
Jul 20, 2023
zspencer
referenced
this issue
in zinc-collective/convene
Jul 27, 2023
zspencer
referenced
this issue
in zinc-collective/convene
Jul 27, 2023
4 tasks
zspencer
added a commit
to zinc-collective/convene
that referenced
this issue
Jan 29, 2024
- zinc-collective#2 - zinc-collective#6 - zinc-collective#4 Clearly, when I started zinc-collective#8 I used the wrong name. It's not an `Entry#description`, it's an `Entry#summary`! Perhaps that would have been more obvious had I started with the spec, rather than the data model. Ah well, inside out and outside in are both valid.
This was referenced Jan 29, 2024
zspencer
added a commit
to zinc-collective/convene
that referenced
this issue
Feb 3, 2024
- When zinc-collective#2, add an zinc-collective#10 so we can eventually display it when zinc-collective#4 * π§Ήπ₯ `Journal`: Add `Entry#summary` field (#8) - zinc-collective#10 What I'm driving towards here is similar to #2055, where a `Journal::Entry` has an affordance for being opinionated about how it's represented when linked to in search engines or peer-to-peer sharing; as well as short text for when there are a several on `Journal#show`. * π οΈ `Journal`: Test only the `Journal in CI While working on zinc-collective#11, I realized I missed a piece of the refactor because I was leaning-on-ci as a way to confirm that everything was working as expected. Little did I know, CI was not working in this fork. Which makes sense, because you don't want to automatically turn on all the Workflows when you fork a project. This adds a Github Workflow for testing *just* the `Journal`, which should make detecting oopsie-daisys a bit easier for folks who are only interested in working on the Journal. * π₯ `Journal`: Test adding `Entry#summary` when Writing `Entries` - zinc-collective#10 - zinc-collective#2 This is a quick line-of-action end-to-end test for setting an `Entry#summary`. * β¨ `Journal`: Save `Entry#summary` when Writing `Entries` - zinc-collective#2 - zinc-collective#10 And just like that, there's a `Summary` field on the `Journal::Entry#new` page!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
β¨ feature
Reduces Client's Burden or Grants them Benefits
π₯ Satisfices
It's good enough to use, but not particularly great
Gizmo
:Journal
Β #1Use Cases
Journal
: BrowsingEntries
byPublication Date
Journal
: BrowsingEntries
byKeyword
Β #17The text was updated successfully, but these errors were encountered: