form icon indicating copy to clipboard operation
form copied to clipboard

Docs

Open vjik opened this issue 10 months ago • 1 comments

Q A
Is bugfix?
New feature?
Breaks BC?

Fix #7

vjik avatar Apr 01 '24 18:04 vjik

PR Summary

  • README.md File Enhancements The README.md file has been improved with the addition of a psalm-level badge. This offers an easy and convenient way to signify the level of psalm scrutiny a project undergoes, helping potential developers or collaborators understand the code quality control mechanism in place instantly.

  • Inclusion of New Themes Bootstrap 5 Horizontal and Bootstrap 5 Vertical—these two new themes are now added. They allow more design flexibility and better user interface possibilities, enriching the current theme options and helping in creating more interactive and appealing presentations.

  • Introduction of "Internals" Section A new documentation section called "Internals" has been added to cater to specifics—like unit testing, mutation testing, static analysis, code style, and dependencies. This section provides ample insight into how tests and analysis are conducted, details about the chosen code style, and what dependencies are utilized. This addition will increase the transparency about the internal processes and aid in gaining a thorough understanding of the project's nitty-gritty.

what-the-diff[bot] avatar Apr 01 '24 18:04 what-the-diff[bot]

@vjik can you help to fill phpdoc for interfaces?

samdark avatar May 15 '24 21:05 samdark

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (e0daafe) to head (ddb2c39). Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #317   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       770       770           
===========================================
  Files             47        47           
  Lines           2501      2501           
===========================================
  Hits            2501      2501           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jun 04 '24 12:06 codecov[bot]

@samdark Thanks, but this PR is not ready for review yet. I'll merge restructure PR into this one.

arogachev avatar Jun 05 '24 12:06 arogachev

Will there be an example of creating and maintaining a form that contains more than one language version? Something like <input type="text" name="title[en]"> ?

tomaszkane avatar Jun 05 '24 13:06 tomaszkane

@tomaszkane Sounds like cookbook might be a better place for this kind of documentation.

arogachev avatar Jun 06 '24 13:06 arogachev