Results 9 issues of Andrii

Currently, to check if a user has filled out the form, all entities are retrieved, and then two loops are performed at the PHP. My version does the same thing...

3. to review
performances

### 📝 Summary * Resolves: # Removed horizontal scrolling on mobile screens. #### 🖼️ Screenshots 🏚️ Before | 🏡 After ---|--- https://github.com/user-attachments/assets/661307ad-573d-4344-8e4e-c61145327d43 | https://github.com/user-attachments/assets/21099659-e8e7-4050-981a-508b44c558c5 ### 🚧 TODO - [ ]...

feedback-requested

### 📝 Summary This fix applies only to the view mode #### 🖼️ Screenshots 🏚️ Before | 🏡 After ---|--- ![before_](https://github.com/user-attachments/assets/00d388c5-bc2c-49e3-b3a9-79d124968534) | ![after_](https://github.com/user-attachments/assets/38c473ad-fa24-4a0c-b0c0-dd1fa6091ca1) ### 🚧 TODO - [ ] ......

enhancement
design
2. developing
feedback-requested

My proposed solution: 1. Makes the list more compact. 2. Fewer requests to server. 3. The user's browser works normally, even with 1000+ members. Demo: https://github.com/user-attachments/assets/a90b5f52-e2e1-463f-98b3-695aad39bb15

feedback-requested

Before: https://github.com/user-attachments/assets/19fcddf9-1d82-4cb9-a364-f20cd0832f49 After: https://github.com/user-attachments/assets/16f951c7-b932-40ab-afbe-fa88f509508e

feedback-requested

Based on https://github.com/nextcloud/forms/pull/2824 @Chartman123 This is an interesting feature because in the future it can be expanded to split one form into pages by section. It can also be expanded...

enhancement
2. developing
design
feature: ❓ question types
Do not merge
feedback-requested

**Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!** **Describe the bug** Continuation...

bug
0. Needs triage

This will enable us to optimize the retrieval of participant lists for large teams in the Contacts and Collectives apps. This PR extends the API. Therefore, please backport it to...

feedback-requested

These filters are mainly used for View. In this PR, I covered the following column types with tests: 1. text 2. number 3. selection (single, check, multi) In the future,...

feedback-requested