Skip to content

create book module via dot-maker tutorial#18

Merged
arhimede merged 1 commit intomainfrom
dot-maker-book-tutorial
Sep 11, 2025
Merged

create book module via dot-maker tutorial#18
arhimede merged 1 commit intomainfrom
dot-maker-book-tutorial

Conversation

@Jurj-Bogdan
Copy link
Member

A few potential issues:

  • especially compared to the API tutorial this one is quite a lot longer, should it maybe be split in multiple pages?
  • a few code samples contain whole classes to make "copy-pasting" easier for readers, but i've left other classes out as only a few lines have to be included - problems are the imports, as readers might not know which class to import. Should i:
    • add full classes everywhere?
    • add fully qualified names for imports?
    • add the "use" statements in the code samples?

example for EditBookForm.php :

$this->add(
    (new Text('name'))
        ->setLabel('Name')
)->add(
    (new Text('author'))
        ->setLabel('Author')
)->add(
    (new Date('releaseDate'))
        ->setLabel('Release Date')
);

Also let me know of any typos or mistakes in general

Closes #17

Signed-off-by: Jurj-Bogdan <bogdanjurj11@gmail.com>
@Jurj-Bogdan Jurj-Bogdan requested a review from bidi47 September 2, 2025 15:09
@Jurj-Bogdan Jurj-Bogdan added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 2, 2025
@arhimede arhimede merged commit 6b655c5 into main Sep 11, 2025
8 checks passed
@alexmerlin alexmerlin deleted the dot-maker-book-tutorial branch September 11, 2025 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Book module tutorial using dotkernel/dot-maker

2 participants