Giter Site home page Giter Site logo

fastpost's People

Contributors

cuttlerat avatar kosc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

cuttlerat

fastpost's Issues

Make tags optional

You can't add new post without any tag. I think tags should be optional.

Add drafts for posts

If user has some idea, but not ready to publish it, drafts mechanic will be helpful.

Directory for the database

It is improper when a database file is mounted as to a docker container as a file. It would be much better if the database was stored in a specific directory, which could be mounted into docker container.

Why this is a problem:

On the first run in a docker container right after git clone, the docker container creates not a file but the fastpost.sqlite3 directory which django is not able to use, and so the container crushes down.
But if the database would be stored in a directory like ./database/fastpost.sqlite3, then after the first start the docker container will mount this directory, and the python script will create an empty file for database and will run properly

CI/CD for fastpost

I think we need a CI/CD like Travis, for this project.
It will give us an automatic tests and deploy directly to fastpost.hotkosc.ru after each push to master without any acting upon it.
But this will make you follow a feature branch workflow in this repository.
I can deploy and manage it if it would be needed.

Add tags

Add ability to add tags for post and searching by them.

Add more powerful JS-framework instead of jQuery

Some Front-End tasks seems very hard to me, I think we should use some modern and powerful framework.

I'll consider to choose between this:

  • Vue.js
  • Angular.js
  • React.js

Also I wish to use some different language for Front-End and I think it will be PureScript or Brython, but I don't know how easy and clean this langs can binds to frameworks.

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.