summaryrefslogtreecommitdiff
path: root/gsoc/2011-08-04-status-report-10.org
diff options
context:
space:
mode:
authorCarlos Sosa <gnusosa@gnusosa.net>2019-08-15 22:15:44 -0700
committerCarlos Sosa <gnusosa@gnusosa.net>2019-08-15 22:15:44 -0700
commita2dc4200acf469a05f9f028439ffdb2c6180d3d9 (patch)
treec4ef85730bc8dce7cbcb016137e7ad63a16535cc /gsoc/2011-08-04-status-report-10.org
parent4d5b4abd88551c97d434c25220660e5931fce75a (diff)
Added gsoc entries
Diffstat (limited to 'gsoc/2011-08-04-status-report-10.org')
-rwxr-xr-xgsoc/2011-08-04-status-report-10.org42
1 files changed, 42 insertions, 0 deletions
diff --git a/gsoc/2011-08-04-status-report-10.org b/gsoc/2011-08-04-status-report-10.org
new file mode 100755
index 0000000..c4ea935
--- /dev/null
+++ b/gsoc/2011-08-04-status-report-10.org
@@ -0,0 +1,42 @@
+#+title: Status Report for Week #10
+#+date: 2011-08-04
+#+layout: post
+#+category: gsoc
+
+Week #10 was actually quite fun. I added =POD= documentation to
+=Dancer::Script=, fixed some tests that were broken by the move to
+=Dancer::Object=, and also fixed typos and other stuff.
+
+So what was the fun part? Particularly, studying everybody else
+documentation in the =Dancer::Cookbook=, I still don't think that my
+documentation is the best, but far from very-basic is what I was
+trying to achieve.
+
+I did meet with my mentors to discuss the work of week #10, which was
+really not very detailed in the project schedule. It was about dealing
+with the plugin reimplementation of =Dancer::Plugin= to
+=Dancer::Script=. After a couple of questions, we decided that it
+would be best to see how other web frameworks handle their files.
+
+*** What I worked on Week #10
+My whole work for that week was to achieve better results for the =t=
+test files. So after commiting and commiting, nothing worked, until I
+got to the point that I had to review every test. So the answer of
+every issue was the fact that we moved to =Dancer::Object=. Here is
+[[https://github.com/gnusosa/Dancer/commit/4e047458d57e6b282418cb6189cbf306954167f6][the commit for the tests files]].
+
+I also took a look to the documentation in other modules, and added to
+the module my version of what I think is correct for =Dancer::Script=.
+You can find the documentation in [[https://github.com/gnusosa/Dancer/commit/6fd70b55bcaa2b7d017b2fcf29809da6181a7bfe][this commit]] and in [[https://github.com/gnusosa/Dancer/commit/b147630522fe23d9986b0f7bbdbfed7162b96e4b][this commit]].
+
+*** What's next?
+
+- Add a better documentation.
+- Look for a new method to store template files.
+- Implement the new method to store template files.
+- Add tests for the documentation (if possible).
+
+For week #11, it's mostly study and implement several new ideas. Just
+like in any other features, Dancer is gaining from the knowledge and
+methods that other frameworks have successfully applied. One phrases
+comes to mind, "standing on the shoulders of giants..."