Arjun

Results 8 issues of Arjun

Comments are lost on deleting the original body of text. Since they're effectively a part of the document. Parse and store these separately. To show them again later on. Figure...

Drive's realtime collaboration currently depends on webrtc, and thus needs an existing signalling server. This PR changes that to use Frappe's socketio server to do realtime collaboration instead. Effectively making...

Drive currently uses [Nested Sets](https://en.wikipedia.org/wiki/Nested_set_model) shipped from [FF](https://github.com/frappe/frappe/blob/develop/frappe/utils/nestedset.py), although purely cosmetically. Internally, for almost all the operations Drive still maintains an [Adjacency List](https://en.wikipedia.org/wiki/Adjacency_list) by [always pointing to a parent entity](https://github.com/frappe/drive/blob/7986b001012d07032581a89b6f9b85b29a347a51/drive/drive/doctype/drive_entity/drive_entity.json#L65-L70)....

Framework officially supports 3.12. GP can as well. https://github.com/frappe/gameplan/issues/312 https://discuss.frappe.io/t/gameplan-installation-error/131923

App switcher component from https://github.com/frappe/crm/pull/301

- Initial session recording - `new_team_created` - `new_project_created` - `new_discussion_created`

**Is your feature request related to a problem? Please describe.** Need to open drive to keep checking for notifications. **Describe the solution you'd like** Shared and mention notifications should send...

enhancement