Git Product home page Git Product logo

my_own_blog's Introduction

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

my_own_blog's People

Contributors

rasimkhusaenov avatar

Stargazers

 avatar

Watchers

 avatar

my_own_blog's Issues

Add company owner page

Company Owner should be able to see the list of Company Authors with next columns Full Name, Email, Articles Count, Comments Count.

Add "Articles" page

Guest User should be able to open "Articles" page with sorted and paginated published articles.

Password confirmation field

There is no password confirmation field in the registration form. It seems to me preferable that it should be.

Add ability to create Company

Guest User should be able to sign up and register a new Company with URL-friendly subdomain name and become a Company Owner.

Add Company's home page

  • Guest User should be able to open Company's home page and see the list of Company articles.
  • After creating company it should be redirected to this page
  • URL should have site-domain/companies/company-official-name format

Styles are not recompiled automatically

Summary

Describe the bug
Styles are not recompiled automatically when I modify .scss files.

Steps to reproduce

(optional)
Steps to reproduce the behavior:

  1. Modify styles in .scss file
  2. Run server
  3. Make sure that changes not applied

Expected behavior

(optional)
When I update the .scss file, I want to see my changes on the site.

Actual behavior

(optional)
What actually happened.

Additional context (optional)
Add any other context about the problem here.

Suggestion

What do you want to make the other way? (optional)
I want to set up additional path on webpacker.yml:

# Additional paths webpack should lookup modules
# ['app/assets', 'engine/foo/app/assets']
additional_paths: []

Add links to sidebar

Guest User should be able to see the "Articles", "About me" and "Contact Me" links on the sidebar.

Add filter to company authors

Company Owner should be able to filter Company Authors by Articles count using range input ("< 3", "3 โ€“ 10", "> 10").

Add "Contact Me" form

Guest User should be able to send message to Application Owner using "Contact Me" form.
Form fields should be:

  • name
  • email
  • message

Add search by articles

Guest User should be able to search Articles by title and content using one search input.

Add rating to articles

Company User should be able to rate other author's Article by selecting "stars" from 1 to 5 (It should be done using JS).

Add article

Application Owner should be able to create a draft Article with title and content.

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.