Skip to content

Commit

Permalink
Integrated RSS feeds and fixed known bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshglobussoft committed Dec 14, 2015
1 parent c7b0447 commit 416f6d0
Show file tree
Hide file tree
Showing 562 changed files with 93,380 additions and 8,835 deletions.
33 changes: 33 additions & 0 deletions SocioBoard/Domain.Socioboard/Domain.Socioboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,15 @@
<Compile Include="Domain\Admin.cs" />
<Compile Include="Domain\Ads.cs" />
<Compile Include="Domain\Affiliates.cs" />
<Compile Include="Domain\AnalyticsGraphViewModel.cs" />
<Compile Include="Domain\ArchiveMessage.cs" />
<Compile Include="Domain\Blog_Comments.cs" />
<Compile Include="Domain\Blog_Posts.cs" />
<Compile Include="Domain\BusinessSetting.cs" />
<Compile Include="Domain\CompanyProfiles.cs" />
<Compile Include="Domain\CompanySocialProfiles.cs" />
<Compile Include="Domain\Coupon.cs" />
<Compile Include="Domain\dailymotionpost.cs" />
<Compile Include="Domain\DiscoverySearch.cs" />
<Compile Include="Domain\Drafts.cs" />
<Compile Include="Domain\DropboxAccount.cs" />
Expand All @@ -90,10 +92,19 @@
<Compile Include="Domain\FacebookFeed.cs" />
<Compile Include="Domain\FacebookGroup.cs" />
<Compile Include="Domain\FacebookGroupData.cs" />
<Compile Include="Domain\FacebookGroupReport_15.cs" />
<Compile Include="Domain\FacebookGroupReport_30.cs" />
<Compile Include="Domain\FacebookGroupReport_60.cs" />
<Compile Include="Domain\FacebookGroupReport_90.cs" />
<Compile Include="Domain\FacebookInsightPostStats.cs" />
<Compile Include="Domain\FacebookInsightStats.cs" />
<Compile Include="Domain\FacebookMessage.cs" />
<Compile Include="Domain\FacebookPagePost.cs" />
<Compile Include="Domain\FacebookReport.cs" />
<Compile Include="Domain\FacebookReport_15.cs" />
<Compile Include="Domain\FacebookReport_30.cs" />
<Compile Include="Domain\FacebookReport_60.cs" />
<Compile Include="Domain\FacebookReport_90.cs" />
<Compile Include="Domain\FacebookStats.cs" />
<Compile Include="Domain\FbPageComment.cs" />
<Compile Include="Domain\FbPageLiker.cs" />
Expand All @@ -103,7 +114,10 @@
<Compile Include="Domain\FBTwitterFeeds.cs" />
<Compile Include="Domain\FeedSentimentalAnalysis.cs" />
<Compile Include="Domain\GoogleAnalyticsAccount.cs" />
<Compile Include="Domain\GoogleAnalyticsCityPageViews.cs" />
<Compile Include="Domain\GoogleAnalyticsReport.cs" />
<Compile Include="Domain\GoogleAnalyticsStats.cs" />
<Compile Include="Domain\GoogleAnalyticsViewModel.cs" />
<Compile Include="Domain\GooglePlusAccount.cs" />
<Compile Include="Domain\GooglePlusActivities.cs" />
<Compile Include="Domain\GoogleplusComments.cs" />
Expand Down Expand Up @@ -144,12 +158,16 @@
<Compile Include="Domain\InstagramAccount.cs" />
<Compile Include="Domain\InstagramComment.cs" />
<Compile Include="Domain\InstagramFeed.cs" />
<Compile Include="Domain\InstagramIds.cs" />
<Compile Include="Domain\InstagramPostComments.cs" />
<Compile Include="Domain\InstagramPostLikes.cs" />
<Compile Include="Domain\InstagramReport.cs" />
<Compile Include="Domain\InstagramSelfFeed.cs" />
<Compile Include="Domain\InstagramUserDetails.cs" />
<Compile Include="Domain\Invitation.cs" />
<Compile Include="Domain\IPackageRepository.cs" />
<Compile Include="Domain\IRssFeedsRepository.cs" />
<Compile Include="Domain\IRssReader.cs" />
<Compile Include="Domain\IScheduledMessageRepository.cs" />
<Compile Include="Domain\ISocialProfilesRepository.cs" />
<Compile Include="Domain\ISocialSite.cs" />
Expand Down Expand Up @@ -185,6 +203,7 @@
<Compile Include="Domain\NewsLetter.cs" />
<Compile Include="Domain\Package.cs" />
<Compile Include="Domain\PaymentTransaction.cs" />
<Compile Include="Domain\Paypaltransactions.cs" />
<Compile Include="Domain\ProjectDetails.cs" />
<Compile Include="Domain\ReplyMessage.cs" />
<Compile Include="Domain\ReturnData.cs" />
Expand All @@ -197,6 +216,11 @@
<Compile Include="Domain\Team.cs" />
<Compile Include="Domain\TeamMemberProfile.cs" />
<Compile Include="Domain\TicketAssigneeStatus.cs" />
<Compile Include="Domain\TopFiveFans.cs" />
<Compile Include="Domain\TopFiveFans_15.cs" />
<Compile Include="Domain\TopFiveFans_30.cs" />
<Compile Include="Domain\TopFiveFans_60.cs" />
<Compile Include="Domain\TopFiveFans_90.cs" />
<Compile Include="Domain\TumblerData.cs" />
<Compile Include="Domain\TumblrAccount.cs" />
<Compile Include="Domain\TumblrFeed.cs" />
Expand All @@ -214,8 +238,12 @@
<Compile Include="Domain\TwitterStatsReport.cs" />
<Compile Include="Domain\User.cs" />
<Compile Include="Domain\UserActivation.cs" />
<Compile Include="Domain\Userfacebook.cs" />
<Compile Include="Domain\UserPackageRelation.cs" />
<Compile Include="Domain\UserRefRelation.cs" />
<Compile Include="Domain\WordpressAccount.cs" />
<Compile Include="Domain\WordpressFeeds.cs" />
<Compile Include="Domain\WordpressSites.cs" />
<Compile Include="Domain\YoutubeAccount.cs" />
<Compile Include="Domain\YoutubeChannel.cs" />
<Compile Include="Factory\SocialSiteAccountFactory.cs" />
Expand All @@ -227,9 +255,14 @@
<Compile Include="MongoDomain\GooglePlusFeed.cs" />
<Compile Include="MongoDomain\InstagramComment.cs" />
<Compile Include="MongoDomain\InstagramFeed.cs" />
<Compile Include="MongoDomain\LinkedInFeed.cs" />
<Compile Include="MongoDomain\LinkedInMessage.cs" />
<Compile Include="MongoDomain\Rss.cs" />
<Compile Include="MongoDomain\RssFeed.cs" />
<Compile Include="MongoDomain\TumblrFeed.cs" />
<Compile Include="MongoDomain\TwitterFeed.cs" />
<Compile Include="MongoDomain\TwitterMessage.cs" />
<Compile Include="MongoDomain\YouTubeFeed.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
13 changes: 13 additions & 0 deletions SocioBoard/Domain.Socioboard/Domain/AnalyticsGraphViewModel.cs
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; }
}
}
2 changes: 1 addition & 1 deletion SocioBoard/Domain.Socioboard/Domain/FacebookAccount.cs
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;
Expand Down
2 changes: 1 addition & 1 deletion SocioBoard/Domain.Socioboard/Domain/FacebookFanPage.cs
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;
Expand Down
79 changes: 79 additions & 0 deletions SocioBoard/Domain.Socioboard/Domain/FacebookGroupReport_15.cs
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 SocioBoard/Domain.Socioboard/Domain/FacebookGroupReport_30.cs
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 SocioBoard/Domain.Socioboard/Domain/FacebookGroupReport_60.cs
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; }


}
}
Loading

0 comments on commit 416f6d0

Please sign in to comment.