org-sync
org-sync copied to clipboard
Ideas
Some ideas for the public API:
- no generic
osfunction; org-sync-root-setfunction to set the root of project issues, sets the root to the current headingorg-sync-project-syncfunction to sync the current project with the repositoryorg-sync-project-importfunction to import interactively all project issues, if at a header make the header to the project root, else insert new header at the level of the nearest top header with the predefined title "Issues for some-project"org-sync-issue-createfunction to create a new issueorg-sunc-milestone-createfunction to create a new milestone- all issues under a milestone should belong to them, so moving issues from outside in should add milestone property and otherwise
- all unassigned issues should be under the project root or under other non-milestone nodes
- milestones are not allowed to be nested
- issues are not allowed to be nested
- show all vs. only assigned to me issues
I'd love to help. Do you have other contributors and where do you communicate? Maybe a https://gitter.im/home channel would be cool?
Personally I need Redmine integration with milestones and clock (time tracking syncing), so I would love to start hacking on those topics! :-)
EDIT: Also I'd love to integrate calendar syncing and other lists, what do you think?