Skip to content

Commit 658e092

Browse files
Update TODO.md
1 parent ce6c823 commit 658e092

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

TODO.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Todo list for PHP OpenCloud:
1+
# Todo list for PHP OpenCloud
2+
3+
If you want to help out with new features for OpenCloud, feel free! You can get an overview of how to contribute by reading our [guide to contributing](https://github.com/rackspace/php-opencloud/blob/master/CONTRIBUTING.md). We've listed a few features below that would be nice to incorporate for future releases.
24

35
## Minor features
46

@@ -18,3 +20,9 @@ hack something quickly. From what it looks like, we'd use a HTTP proxy to captur
1820
the requests and then produce recordings (like VCR in Ruby). We could write
1921
something in Golang. It's critical that we think about sensitive information.
2022

23+
- _DataObject refactoring_: main for performance (issue #147), but also other issues which
24+
need to be addressed like content guessing (#143) and bulk delete (#139).
25+
26+
- _KeyStone identity_: we need to refactor how identity is handled in main OpenStack.php file.
27+
I'd like to see a lot of the current client attributes abstracted out and made into their own
28+
object files.

0 commit comments

Comments
 (0)