From 0eda7b94b7b0853e744a436c44a4ab05e0598dc0 Mon Sep 17 00:00:00 2001 From: yamanq Date: Sun, 23 Oct 2016 16:34:47 -0400 Subject: [PATCH 1/3] Finish Profile and add User --- hourglass/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hourglass/README.md b/hourglass/README.md index acdb3e7..10ed6d4 100644 --- a/hourglass/README.md +++ b/hourglass/README.md @@ -10,7 +10,7 @@ After logging in with a Google account and setting up your profile, you can redi ##### Calendar Mode Calendar mode organizes work by due date rather than by class. Pressing on a date will open the left sidebar, allowing you to choose a class in which you want to create the work. ##### Class Mode -Class mode allows you to organize work by the class it belongs to. +Class mode allows you to organize work by the class it belongs to. You can drag classes to reorder them. ##### Work Every piece of work has a confirmed:reported ratio. This is the ratio of the number of people who confirm the presence of the work to the number of people who believe that this is a false report. The creator of a work can edit fields after creation by clicking on details needed to be changed. Lastly, by marking a work as done, it is hidden from view. To disable this, go to preferences. ##### Filters @@ -21,6 +21,10 @@ On this page, it is possible to edit profile details as well as create, join, an After filling out class details, class creators must wait for the class to be approved by administrators. Public classes can be viewed and joined by all, while private classes are hidden from others and require a code to join. #### Joining a class One can join a public class by searching for and then clicking on the class they want to join. Joining a private class requires that the class administrator gives you a code, which you then provide in the "Join Private Class" button. +#### Managing classes +On this tab, you can see all of your current classes. If you are an admin of the class, clicking on it will allow you to manage details about the class. Otherwise, you can leave the class by clicking the x. +### User Pages +You can go to /user/ to vist a user's profile. #Changelog From b15a7875ac78226bba4d9361e3ce529d0d931b8c Mon Sep 17 00:00:00 2001 From: yamanq Date: Sun, 23 Oct 2016 16:35:23 -0400 Subject: [PATCH 2/3] Update README.md --- hourglass/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hourglass/README.md b/hourglass/README.md index 10ed6d4..199d56b 100644 --- a/hourglass/README.md +++ b/hourglass/README.md @@ -24,7 +24,7 @@ One can join a public class by searching for and then clicking on the class they #### Managing classes On this tab, you can see all of your current classes. If you are an admin of the class, clicking on it will allow you to manage details about the class. Otherwise, you can leave the class by clicking the x. ### User Pages -You can go to /user/ to vist a user's profile. +You can go to <-url->/user/<-email-> to vist a user's profile. #Changelog From a00591cc550b47d515b5bdae8252bdbccdbb7618 Mon Sep 17 00:00:00 2001 From: yamanq Date: Sun, 23 Oct 2016 16:35:57 -0400 Subject: [PATCH 3/3] Update README.md --- hourglass/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hourglass/README.md b/hourglass/README.md index 199d56b..6449550 100644 --- a/hourglass/README.md +++ b/hourglass/README.md @@ -26,14 +26,14 @@ On this tab, you can see all of your current classes. If you are an admin of the ### User Pages You can go to <-url->/user/<-email-> to vist a user's profile. -#Changelog +##Changelog -## 0.1.2 +### 0.1.2 - First beta version - Fixed resolution / display issues - Bug fixes -## 0.1.1 +### 0.1.1 - Added dynamic resizing, zooming and scaling support for CSS. - Fixed reactive updating on work. - Added personal work.