split up long text block for database
SaraElBrak opened this issue · 3 comments
SaraElBrak commented
User story
- As a software developer
- I need to split up long text blocks for storage in a database
- So that the database performance and scalability are improved, and the searchability process is more precise.
Acceptance criteria
- Develop a mechanism that splits the long text blocks into smaller segments.
- Verify that the splitting mechanism correctly identifies and sets appropriate boundaries for the segments.
- Document the splitting mechanism.
Definition of done (DoD)
- Acceptance criteria are met.
- Work products are uploaded to the Github repository.
- A pull request is created for each related branch.
- The work products in the pull requests are reviewed.
- The corresponding branches are merged and closed.
- The bill of materials section of the planning documents is updated.
- All defined conventions are complied with.
DoD general criteria
- Feature has been fully implemented
- Feature has been merged into the mainline
- All acceptance criteria were met
- Product owner approved features
- All tests are passing
- Developers agreed to release
emuguy1 commented
Stuff to do:
- Annotate message with username
- Change id to channel plus message id
- Think about Chunk ids in database
- Where to chunk
zenzeii commented
zenzeii commented
Thanks for the quick fix :)