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

Develop b2school #485

Draft
wants to merge 557 commits into
base: hotfix/5.0.5
Choose a base branch
from
Draft

Develop b2school #485

wants to merge 557 commits into from

Conversation

juniorode
Copy link
Contributor

Description

Please include a summary of the changes and the related issue.

Fixes

(Enter here Jira or Redmine ticket(s) links)

Type of change

Please check options that are relevant.

  • Chore (PATCH)
  • Doc (PATCH)
  • Bug fix (PATCH)
  • New feature (MINOR)

Which packages changed?

Please check the name of the package you changed

  • admin
  • app-registry
  • archive
  • auth
  • cas
  • common
  • communication
  • conversation
  • directory
  • feeder
  • infra
  • portal
  • session
  • test
  • tests
  • timeline
  • workspace

Tests

  1. Describe here the tests you performed
  2. Step by step
  3. With expected results

Reminder

  • Security flaws

  • Performance impacts (think bulk !)

  • Unit tests were replayed

  • Unit tests were added and/or changed

  • I have updated the reminder for the version including my modifications

  • All done ! 😃

@juniorode juniorode force-pushed the develop-b2school branch 2 times, most recently from faa8dbf to 349c6fb Compare June 10, 2024 12:22
@Romu-C Romu-C force-pushed the develop-b2school branch 2 times, most recently from 59f4706 to da3c8c2 Compare July 10, 2024 08:41
@ccreusat ccreusat force-pushed the develop-b2school branch 2 times, most recently from e922eba to 899d489 Compare July 18, 2024 15:32
@Romu-C Romu-C force-pushed the develop-b2school branch from b4143d0 to a7f3761 Compare July 26, 2024 08:26
@jcbe-ode jcbe-ode force-pushed the develop-b2school branch 4 times, most recently from 037d22c to 5aa8474 Compare August 19, 2024 10:46
@juniorode juniorode force-pushed the develop-b2school branch 2 times, most recently from 57dd288 to 800baf0 Compare August 27, 2024 08:50
@juniorode juniorode force-pushed the develop-b2school branch 2 times, most recently from 2504c23 to b6750f3 Compare September 4, 2024 07:01
@juniorode juniorode force-pushed the develop-b2school branch 2 times, most recently from c12eb8a to 4f52543 Compare September 19, 2024 13:31
@juniorode juniorode force-pushed the develop-b2school branch 3 times, most recently from c727773 to f385c4c Compare October 1, 2024 09:45
@jcbe-ode jcbe-ode force-pushed the develop-b2school branch 2 times, most recently from ef415b4 to 354dff6 Compare October 15, 2024 07:06
Romu-C and others added 7 commits March 6, 2025 14:15
* chore: prepare develop-b2school version

* feat(communication): MOZO-206, new search visible API for messaging

* feat: MOZO-206 light version of search visibles

* feat: WB-3801, adapt legacy visible result to new api format

* feat: WB-3801, fix after merge

---------

Co-authored-by: Jean-Christophe <jean-christophe.benoit@opendigitaleducation.com>
Co-authored-by: Zakaria BANI <zakaria.bani@edifice.io>
Co-authored-by: Junior BERNARD <junior.bernard@opendigitaleducation.com>
…#612)

* chore: prepare develop-b2school version

* feat: WB-3781, adding children data for year transition parent export

---------

Co-authored-by: Jean-Christophe <jean-christophe.benoit@opendigitaleducation.com>
@Romu-C Romu-C force-pushed the develop-b2school branch from cd510e9 to 4ffa604 Compare March 6, 2025 13:16
evanthonyly and others added 2 commits March 6, 2025 15:05
* Add ConfirmModal component

* Add useConfirmModalStore

* Display modal confirm before delete message on list

* Display confirm modal on delete list message

* Remove modal wrapper

* Change wording delete.definitely.confirm

* Use ConfirmModal from @edifice.io/react

* Add key of button action

* Move useConfirmModal on store/
@Romu-C Romu-C force-pushed the develop-b2school branch 2 times, most recently from 73f02cb to c54b379 Compare March 7, 2025 15:46
Romu-C and others added 4 commits March 7, 2025 16:54
* chore: prepare develop-b2school version

* fix(conversation):  #WB-3833  add "at" before de recipient name

* fix(conversation):  #WB-3833  general fix nosubject text coloe

* fix(conversation):  #WB-3833  display recipient avatar in outbox

* fix(conversation):  #WB-3833  truncate recipient list only on message list

* fix(conversation):  #WB-3833  remove MessageFolderId type

* fix(conversation):  #WB-3833  setup code format

* fix(conversation):  #WB-3833  option to disable link on recipientList

* fix(conversation):  #WB-3833  remove cci recipients - thx Loic

* feat(conversation):  #WB-3833  add avatar group icon

* refactor(conversation):  #WB-3833  split logic from interface and apply best practices

* feat(conversation): in outbox list, display all recipients (to, cc, cci)

* fix(conversation): file naming

---------

Co-authored-by: Jean-Christophe <jean-christophe.benoit@opendigitaleducation.com>
@Romu-C Romu-C force-pushed the develop-b2school branch from c54b379 to b27e0c9 Compare March 7, 2025 15:54
Romu-C and others added 6 commits March 10, 2025 09:43
…nd message list features (#618)

* fix useMessage when no messages liste
feat(conversation): #WB-3816 move to trash on detail message
… selected status (#623)

* fix: #WB-3431 update unread count depending on messages selected status

* fine tuning read message
…app requirements (#622)

* feat(common): #WB-1404, add a hook for running post-SQL scripts tasks

* Add a method to get details on users' structures
* feat(conversation): #WB-3834 draft - show recipient rather than sender in message list

* feat(conversation): #WB-3834 draft - show draft label before recipient list

* feat(conversation): #WB-3834 draft - hide "at" label before recipient list + improve accessibility

* feat(conversation): #WB-3834 draft - possible to have any recipients

* feat(conversation): #WB-3834 draft - add empty recipient icon

* fix(conversation): #WB-3834 draft - review

* fix(conversation): #WB-3834 draft - review - add system folder id

* fix(conversation): #WB-3834 draft - review

* fix(conversation): #WB-3834 draft -  add SystemFolder type for useSelectedFolder hook
evanthonyly and others added 3 commits March 12, 2025 15:33
…age detail view

fix(conversation): #WB-3446, display reply all only necessary in message detail view
…#588)

* feat(conversation): #WB-3817,  endpoint to delete folders while trashing their messages

* feat : make frontend use the new endpoint

* fix: feedback from PR

* test: it tests

* fix: feedback from PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.