src/Resources.vala
authorAlan Knowles <alan@roojs.com>
Sun, 15 Mar 2015 02:54:14 +0000 (10:54 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 15 Mar 2015 02:54:14 +0000 (10:54 +0800)
src/Resources.vala

index d2009b9..f5d4397 100644 (file)
@@ -1,6 +1,20 @@
 /**
-Resources
+ * Resources
+ * 
+ * Idea is to manage resourse used by the app.
+ * 
+ * The original code downloaded all the resources before it renders the main window
+ * 
+ * This is a bit annoying as although they do change quite a bit, it's not on every page load
+ * 
+ * So the Resource fetching behaviour should be a button on the File view page
+ * That starts the refresh of the resources.
+ * 
+ * I'm not quite sure how we should flow this - if we do them all at once.. might be a bit of a server 
+ * overload... so sequentially may be best...
+*/
 
+public class Resources : Object
+{
 
-
-*/
\ No newline at end of file
+       
\ No newline at end of file