-
Notifications
You must be signed in to change notification settings - Fork 26
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
Roadmap (for discussion) #97
Comments
I like the idea re-evaluating dependencies for 3.6. I'd like to build out the case for adding glue and fs, I feel adding new dependency would be need to bring tangible reward. If For 0.4.0 I agree about shooting for data.frame returns, like
Totally shooting blind there, but wanted to add some calendar for discussion. |
I don't think moving With As you know, On the timetable, your guess is as good as any :) - but I appreciate you bringing it up. For the 0.3.6, I see the pressing issues as:
|
Just to add some thoughts, perhaps to formalize a strategy for function-naming:
I know that we have a lot of functions that violate this, maybe we can agree on this going forward, and soft-deprecate and rename the non-conforming functions. |
Would this be |
I should have read (or remembered) my grammar concerning objects... Let me try again:
By this reasoning, Does this work? |
Yea it works, but I'm not in love with any of these long file names. I wonder if |
I am with you on the names getting a bit much - bouncing off of your idea, how about something like: box_collab_create(file_id = NULL, dir_id = NULL, ...) such that exactly one must be provided. This might have implications for |
Leaving a breadcrumb for discussion on collabs: #151 - will continue there |
I am starting to wrap my head around what boxr is doing, so this might be a time to discuss a roadmap
boxr 0.3.5
The idea here is to focus on the documentation:
boxr 0.3.6
The idea here would be to refactor using the existing package-API:
id
helper functionsboxr 0.4.0
The idea here may be to build a new API for the file and directory functions, based on the fs function-naming scheme. We would keep the existing API, perhaps soft-deprecating it.
As a first idea:
Directory functions:
box_dir_ls()
,box_dir_info()
,box_dir_upload()
,box_dir_download()
File functions:
box_file_upload()
,box_file_download()
,box_file_history()
,box_file_describe()
Trash functions:
box_file_delete()
,box_file_restore()
,box_dir_delete()
,box_dir_restore()
The text was updated successfully, but these errors were encountered: