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

Finish Streams UI #63

Open
2 of 8 tasks
RyanThompson opened this issue Mar 9, 2021 · 2 comments
Open
2 of 8 tasks

Finish Streams UI #63

RyanThompson opened this issue Mar 9, 2021 · 2 comments

Comments

@RyanThompson
Copy link
Contributor

RyanThompson commented Mar 9, 2021

  • Component registry (for edit/create buttons and such)
  • Finish admin routing
  • Basic styling
  • Rename table/form entries to "data."
  • Theme variables
  • Finalize components
  • Test Coverage
  • Documentation
@RyanThompson RyanThompson self-assigned this Mar 9, 2021
@RyanThompson RyanThompson added the Hold On hold. label Dec 13, 2021
@RyanThompson RyanThompson changed the title Document Streams UI Finish Streams UI Feb 13, 2023
@RyanThompson
Copy link
Contributor Author

Documentation Structure

  • Intro: Introduce the idea in one sentence.
  • Explanation: An elevator pitch that signals the reader to continue or not (keep looking for relevant page).
  • Sections/Features: Separate sections/sub-sections (h2s/h3s) consistently. This will build the ToC.
    • API middleware
  • Next Steps: Next actions to take that are intentional versus simply additional reading.
  • Code Examples: Code examples and snippets.
  • Insights: Tips, post scriptum, creative links.
  • Additional Reading: Link to related ideas/topics/guides/recipes.

@RyanThompson RyanThompson added In Progress and removed Hold On hold. labels Feb 13, 2023
@RyanThompson
Copy link
Contributor Author

RyanThompson commented Mar 8, 2023

Component registry is simply an array configuration for a component now:

'button.edit' => [
    'component' => 'button',
    'tag' => 'a',
    'handle' => 'edit',
    'text' => 'Edit',
    'url' => '/{request.segments.0}/{request.segments.1}/{entry.id}/edit'
],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant