Giter Site home page Giter Site logo

saigonsoftware / awesome-cms-core Goto Github PK

View Code? Open in Web Editor NEW
413.0 40.0 136.0 43.68 MB

Awesome CMS Core is an open source CMS built using ASP.Net Core & ReactJS with module seperation concern in mind and provide lastest trend of technology like .Net Core, React, Webpack, SASS, Background Job, Message Queue.

Home Page: https://awesomecmscore.azurewebsites.net/

License: Apache License 2.0

C# 70.81% JavaScript 20.62% Batchfile 0.16% HTML 8.41%
cms dotnetcore dotnet-standard grunt grunt-task webpack-configuration webpack-plugin webpack-loader webapi awesome

awesome-cms-core's People

Contributors

abeliankraun avatar ievangelist avatar monkeywithacupcake avatar ngohungphuc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-cms-core's Issues

Add global handle exception

Setup admin portal (Updating)

When I'm admin or content writer I navigate to admin portal
Every user have permission to change their info.

  • Tag & categories management page
  • Manage user page
  • Post page
  • Theme page
  • Setting page

Add manage account page

We need manage account page to

  • load user list with pagination & filter
  • activate , deactive account
  • add, edit role , deactive account
  • send email notify user when account is create
  • Manage role for user

add function to Handle common status code

No need as I update ErrorHandlingMiddleware.cs to handle API request

 if (context.Request.Path.Value.StartsWith("/api"))
    {
         await context.Response.WriteAsync(context.Response.StatusCode.ToString());
    }

Add jsx loader

We can short thing up for jsx and js file in webpack
Ref

{
     test: /\.(js|jsx)$/,
     exclude: /node_modules/,
     loader: "babel-loader"
}

Refactoring

To help everyone on the same page what we doing, we need to keep refactoring and comment for code to make code cleaner and easy to read.
We do refactor everytime develop a feature

Build Login page with api

  • Build login form with react render from server (must have validation)
  • Hook up with api endpoint with header
  • Store token & refresh token in local storage
  • Redirect after login success or display message if credential is not right

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.