-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrated RSS feeds and fixed known bugs.
- Loading branch information
1 parent
c7b0447
commit 416f6d0
Showing
562 changed files
with
93,380 additions
and
8,835 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
SocioBoard/Domain.Socioboard/Domain/AnalyticsGraphViewModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
|
||
namespace Domain.Socioboard.Domain | ||
{ | ||
public class AnalyticsGraphViewModel | ||
{ | ||
public string Date { get; set; } | ||
public string ViewsCount { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using Newtonsoft.Json.Linq; | ||
| ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using Newtonsoft.Json.Linq; | ||
| ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
|
79 changes: 79 additions & 0 deletions
79
SocioBoard/Domain.Socioboard/Domain/FacebookGroupReport_15.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
|
||
namespace Domain.Socioboard.Domain | ||
{ | ||
public class FacebookGroupReport_15 | ||
{ | ||
|
||
public Guid Id { get; set; } | ||
public Guid GroupId { get; set; } | ||
|
||
public string TotalLikes { get; set; } | ||
public string TalkingAbout { get; set; } | ||
|
||
public int Likes { get; set; } | ||
public string PerDayLikes { get; set; } | ||
|
||
public int Unlikes { get; set; } | ||
public string PerDayUnlikes { get; set; } | ||
|
||
public int Impression { get; set; } | ||
public string PerDayImpression { get; set; } | ||
|
||
public int UniqueUser { get; set; } | ||
|
||
public int StoryShare { get; set; } | ||
public string PerDayStoryShare { get; set; } | ||
|
||
public int ImpressionFans { get; set; } | ||
public int ImpressionPagePost { get; set; } | ||
public int ImpressionuserPost { get; set; } | ||
public int ImpressionCoupn { get; set; } | ||
public int ImpressionOther { get; set; } | ||
public int ImpressionMention { get; set; } | ||
public int ImpressionCheckin { get; set; } | ||
public int ImpressionQuestion { get; set; } | ||
public int ImpressionEvent { get; set; } | ||
|
||
public int Organic { get; set; } | ||
public int Viral { get; set; } | ||
public int Paid { get; set; } | ||
|
||
public int M_13_17 { get; set; } | ||
public int M_18_24 { get; set; } | ||
public int M_25_34 { get; set; } | ||
public int M_35_44 { get; set; } | ||
public int M_45_54 { get; set; } | ||
public int M_55_64 { get; set; } | ||
public int M_65 { get; set; } | ||
|
||
public int F_13_17 { get; set; } | ||
public int F_18_24 { get; set; } | ||
public int F_25_34 { get; set; } | ||
public int F_35_44 { get; set; } | ||
public int F_45_54 { get; set; } | ||
public int F_55_64 { get; set; } | ||
public int F_65 { get; set; } | ||
|
||
public int Sharing_M_13_17 { get; set; } | ||
public int Sharing_M_18_24 { get; set; } | ||
public int Sharing_M_25_34 { get; set; } | ||
public int Sharing_M_35_44 { get; set; } | ||
public int Sharing_M_45_54 { get; set; } | ||
public int Sharing_M_55_64 { get; set; } | ||
public int Sharing_M_65 { get; set; } | ||
|
||
public int Sharing_F_13_17 { get; set; } | ||
public int Sharing_F_18_24 { get; set; } | ||
public int Sharing_F_25_34 { get; set; } | ||
public int Sharing_F_35_44 { get; set; } | ||
public int Sharing_F_45_54 { get; set; } | ||
public int Sharing_F_55_64 { get; set; } | ||
public int Sharing_F_65 { get; set; } | ||
public int total_fb_accounts { get; set; } | ||
|
||
} | ||
} |
78 changes: 78 additions & 0 deletions
78
SocioBoard/Domain.Socioboard/Domain/FacebookGroupReport_30.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
|
||
namespace Domain.Socioboard.Domain | ||
{ | ||
public class FacebookGroupReport_30 | ||
{ | ||
public Guid Id { get; set; } | ||
public Guid GroupId { get; set; } | ||
|
||
public string TotalLikes { get; set; } | ||
public string TalkingAbout { get; set; } | ||
|
||
public int Likes { get; set; } | ||
public string PerDayLikes { get; set; } | ||
|
||
public int Unlikes { get; set; } | ||
public string PerDayUnlikes { get; set; } | ||
|
||
public int Impression { get; set; } | ||
public string PerDayImpression { get; set; } | ||
|
||
public int UniqueUser { get; set; } | ||
|
||
public int StoryShare { get; set; } | ||
public string PerDayStoryShare { get; set; } | ||
|
||
public int ImpressionFans { get; set; } | ||
public int ImpressionPagePost { get; set; } | ||
public int ImpressionuserPost { get; set; } | ||
public int ImpressionCoupn { get; set; } | ||
public int ImpressionOther { get; set; } | ||
public int ImpressionMention { get; set; } | ||
public int ImpressionCheckin { get; set; } | ||
public int ImpressionQuestion { get; set; } | ||
public int ImpressionEvent { get; set; } | ||
|
||
public int Organic { get; set; } | ||
public int Viral { get; set; } | ||
public int Paid { get; set; } | ||
|
||
public int M_13_17 { get; set; } | ||
public int M_18_24 { get; set; } | ||
public int M_25_34 { get; set; } | ||
public int M_35_44 { get; set; } | ||
public int M_45_54 { get; set; } | ||
public int M_55_64 { get; set; } | ||
public int M_65 { get; set; } | ||
|
||
public int F_13_17 { get; set; } | ||
public int F_18_24 { get; set; } | ||
public int F_25_34 { get; set; } | ||
public int F_35_44 { get; set; } | ||
public int F_45_54 { get; set; } | ||
public int F_55_64 { get; set; } | ||
public int F_65 { get; set; } | ||
|
||
public int Sharing_M_13_17 { get; set; } | ||
public int Sharing_M_18_24 { get; set; } | ||
public int Sharing_M_25_34 { get; set; } | ||
public int Sharing_M_35_44 { get; set; } | ||
public int Sharing_M_45_54 { get; set; } | ||
public int Sharing_M_55_64 { get; set; } | ||
public int Sharing_M_65 { get; set; } | ||
|
||
public int Sharing_F_13_17 { get; set; } | ||
public int Sharing_F_18_24 { get; set; } | ||
public int Sharing_F_25_34 { get; set; } | ||
public int Sharing_F_35_44 { get; set; } | ||
public int Sharing_F_45_54 { get; set; } | ||
public int Sharing_F_55_64 { get; set; } | ||
public int Sharing_F_65 { get; set; } | ||
public int total_fb_accounts { get; set; } | ||
|
||
} | ||
} |
80 changes: 80 additions & 0 deletions
80
SocioBoard/Domain.Socioboard/Domain/FacebookGroupReport_60.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
|
||
namespace Domain.Socioboard.Domain | ||
{ | ||
public class FacebookGroupReport_60 | ||
{ | ||
|
||
public Guid Id { get; set; } | ||
public Guid GroupId { get; set; } | ||
|
||
public string TotalLikes { get; set; } | ||
public string TalkingAbout { get; set; } | ||
|
||
public int Likes { get; set; } | ||
public string PerDayLikes { get; set; } | ||
|
||
public int Unlikes { get; set; } | ||
public string PerDayUnlikes { get; set; } | ||
|
||
public int Impression { get; set; } | ||
public string PerDayImpression { get; set; } | ||
|
||
public int UniqueUser { get; set; } | ||
|
||
public int StoryShare { get; set; } | ||
public string PerDayStoryShare { get; set; } | ||
|
||
public int ImpressionFans { get; set; } | ||
public int ImpressionPagePost { get; set; } | ||
public int ImpressionuserPost { get; set; } | ||
public int ImpressionCoupn { get; set; } | ||
public int ImpressionOther { get; set; } | ||
public int ImpressionMention { get; set; } | ||
public int ImpressionCheckin { get; set; } | ||
public int ImpressionQuestion { get; set; } | ||
public int ImpressionEvent { get; set; } | ||
|
||
public int Organic { get; set; } | ||
public int Viral { get; set; } | ||
public int Paid { get; set; } | ||
|
||
public int M_13_17 { get; set; } | ||
public int M_18_24 { get; set; } | ||
public int M_25_34 { get; set; } | ||
public int M_35_44 { get; set; } | ||
public int M_45_54 { get; set; } | ||
public int M_55_64 { get; set; } | ||
public int M_65 { get; set; } | ||
|
||
public int F_13_17 { get; set; } | ||
public int F_18_24 { get; set; } | ||
public int F_25_34 { get; set; } | ||
public int F_35_44 { get; set; } | ||
public int F_45_54 { get; set; } | ||
public int F_55_64 { get; set; } | ||
public int F_65 { get; set; } | ||
|
||
public int Sharing_M_13_17 { get; set; } | ||
public int Sharing_M_18_24 { get; set; } | ||
public int Sharing_M_25_34 { get; set; } | ||
public int Sharing_M_35_44 { get; set; } | ||
public int Sharing_M_45_54 { get; set; } | ||
public int Sharing_M_55_64 { get; set; } | ||
public int Sharing_M_65 { get; set; } | ||
|
||
public int Sharing_F_13_17 { get; set; } | ||
public int Sharing_F_18_24 { get; set; } | ||
public int Sharing_F_25_34 { get; set; } | ||
public int Sharing_F_35_44 { get; set; } | ||
public int Sharing_F_45_54 { get; set; } | ||
public int Sharing_F_55_64 { get; set; } | ||
public int Sharing_F_65 { get; set; } | ||
public int total_fb_accounts { get; set; } | ||
|
||
|
||
} | ||
} |
Oops, something went wrong.