You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
2
4
3
5
## Minor features
4
6
@@ -18,3 +20,9 @@ hack something quickly. From what it looks like, we'd use a HTTP proxy to captur
18
20
the requests and then produce recordings (like VCR in Ruby). We could write
19
21
something in Golang. It's critical that we think about sensitive information.
20
22
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
0 commit comments