Code Monkey home page Code Monkey logo

lfost42 / blog Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 25.85 MB

A knowledge base for .NET(C#) coding and web development articles. Implements role and identity-based access, Gmail SMTP services, and password validation using regular expression.

HTML 21.68% C# 42.34% CSS 35.00% JavaScript 0.99%
aspdotnetcore aspdotnetmvc custom-routing front-end-development identity-access-management modals role-based-access-control api-rest jwt-authentication oauth2-authentication

blog's Introduction

.NET Blog

A knowledge base for .NET(C#) coding and web development articles. Uses Entity Framework Core and deployed with a

greSQL database. Implements role and identity-based access, custom routing, front-end layouts, and password validation using regular expression.

My code-centric blog articles and tutorials - http://lfost42-blog.herokuapp.com/

Summary Info

My App

WALKTHROUGH

A blog that allows the owner to articles upon being authenticated via login. Users may leave comments after registering and being authenticated. Tags help filter articles by topic.

  • Series
  • Articles
  • Comments
  • Tags

OPEN REQUIREMENTS

MVP: Owner can create series and write articles under a series.

COMPLETED FEATURES:

  • Add role-based access
  • add image service
  • Add email service for registration and contact me form
  • Implement tags
  • Slug service (alternate routes for accessing articles instead of primary keys)
  • Visitors may add comments after registering and logging in.
  • Locate comments by guest
  • Add role-based views
  • user can click tags to find other articles with that tag
  • Implement Series as a nav bar in shared _layout with searcher
  • Article cards for landing page
    • featured article with photo, series, title, and summary (links to article)
    • 2nd-5th most recent articles below featured article at half size
  • Series index
    • featured article with photo series, title, and summary (links to article)
    • 2nd-5th most recent articles below featured article at half size
  • Article page
    • Series
    • Title
    • Summary
    • AuthorImage Author
    • Article Image
    • Article Body
    • Article Modals for comments
  • create modals for editing comments
  • implement front-end styling in HTML and CSS.
  • reroute series pages to link to an index of articles within that series instead of a series detail page
  • add sharing links options to Facebook, twitter, linkedin, and reddit
  • configure social previews
  • Hide comments by default, show using comments button

FUTURE UPDATES:

  • Add most used tags, number of times used, and link to tag index page (to home)
  • Extend slug service to Series
  • create modals for editing series titles/descriptions/pictures
  • Add a method to reply to comments
  • Add a like button
  • Implement VH scaling for media views
  • create demo role and account that can leave anonymous comments and not modify them.
  • Hover series to display carousel of articles within that series

USER INTERFACE

Dashboard shows series and recent articles. Side-menu to older articles. Search function. Login for writing articles or comments.

LOGIC DESIGN

Identity Access, owner creates articles Role Based Security, authenticated visitors may leave comments

DATA DESIGN

  • Blog Series
  • Blog Article
  • Blog Tag
  • Blog Comment
  • Photos

-- Users--

  • Photo
  • Contact Links
  • Collection<Articles
  • Collection<Comments

--Blog--

  • Name
  • Description
  • Date Created
  • Date Updated
  • fk_Image
  • fk_Creator -Collection<Articles

--Comment--

  • Subject
  • Comment
  • Date Created
  • Date Updated
  • Date Deleted
  • fk_Article
  • fk_creator

--File--

  • IFormFile (Image)
  • PhotoName
  • PhotoExtension
  • PhotoData
  • DateUploaded

--Article--

  • Title
  • Summary
  • Body
  • Status
  • Date Created
  • Date Updated
  • Slug
  • Photo
  • fk_series
  • fk_creator
  • Collection<Tags
  • Collection<Comments

--Tag--

  • Tag
  • fk_article

blog's People

Contributors

lfost42 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.