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

TextHandling: implement a tool to solve string-based text handling problems #8096

Draft
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

lukastocker
Copy link
Contributor

@lukastocker lukastocker commented Sep 23, 2024

  • create three layers (Markup, Shape and Text) in Data/src/TextHandling --- include classes accordingly
    • declare possible structures via enum
    • include checks for compliant strings for Markdown inputs
  • write PHPUnit Tests

You can read more in the Text Handling Development Documentation

…oblems.

- create three layers (Markup, Shape and Text) in `Data/src/TextHandling`
--- include classes accordingly
--- declare possible structures via enum
--- include checks for compliant strings for Markdown inputs
- write PHPUnit Tests

You can read more in the [Text Handling Development Documentation](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/docs/development/text-handling.md)
@klees klees changed the title TextHandling: implement a tool to solve string-based text handling pr… TextHandling: implement a tool to solve string-based text handling problems Sep 27, 2024
@klees klees self-assigned this Oct 14, 2024
@mjansenDatabay mjansenDatabay added improvement php Pull requests that update Php code labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants