org-sync icon indicating copy to clipboard operation
org-sync copied to clipboard

Ideas

Open arbox opened this issue 9 years ago • 1 comments

Some ideas for the public API:

  • no generic os function;
  • org-sync-root-set function to set the root of project issues, sets the root to the current heading
  • org-sync-project-sync function to sync the current project with the repository
  • org-sync-project-import function 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-create function to create a new issue
  • org-sunc-milestone-create function 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

arbox avatar Mar 05 '15 21:03 arbox

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?

leoc avatar Oct 12 '15 08:10 leoc