Giter Club home page Giter Club logo

alexandriadocs's People

Contributors

srtab avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

alexandriadocs's Issues

Global search projects

Implement search by title and submitted static content:

  • Install and configure django-haystack with elasticsearch engine;
  • Create model ImportedFile to hold file's info of static content submitted to be indexed by django-haystack;
  • Define search index class for ImportedFile model and extract content from html file using PyQuery;
  • Add search by project, indexing the title, description and author;
  • Write/rewrite tests.

Add back button to docs

When users access project docs, they can't return to AlexandriaDocs without using browser history or can be confused where they are. Adding a back button to project docs can solve this problem.
The best way to do that is to inject a script into each docs file. The script will add a topbar to help localize the users and to users get back to AlexandriaDocs.

Prepare Release v0.1.0

Prepare first release v0.1.0:

  • Add setup.py to project;
  • Add bumper to project;
  • Improve README.md;
  • Fill CHANGELOD.md file.

Private projects concept

Private projects will need to be served directly by Django and that's not good. There's some strategies to avoid Django from serving directly, leaving the job to Nginx.
The first step is to create a middleware to catch sub-domains hosts and redefine urlconf of request to be specially served by an endpoint specially created for this cases. This endpoint will do the rest using and django app django-sendilfe.

Refs:

Search page

  • Add template for search page;
  • Search by projects and pages;
  • Add pagination.

Add homepage

Add page template to:

  • integrate bower;
  • list all projects submitted with pagination;
  • search bar

Validate format of uploaded packages

When user upload a package, either through form in the project manage or API, application must validate if is a valid one checking sended files.
The package must:

  • contain an index.html as root element of package;
  • index.html is a valid html file.

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.