Git Product home page Git Product logo

problembase's People

Stargazers

 avatar

Watchers

 avatar  avatar

problembase's Issues

Hidden tags

Add the possibility to hide specific tags from unauthenticated users.

Private Tags

It seems convenient to have private tags, i.e. tags which can be seen only be one user. All users should be able to create their private tags and tag every problem with them.

Graphics for solutions

Improve handling of METAPOST graphics

  • allow adding them
  • show placeholders for images in preview and let users download them
  • show rendered images in preview

Provide clean URLs

Use PHPs mod_rewrite to provide URLs like /task/42 instead of /task.php?id=42.

Eliminate over<head>

We have a lot of redundancy in viewable pages, because every one has its own <head>.

TeX output

Provide TeX output for certain views:

  • lists of problems,
  • single problems with solution(s),
  • the ordinary problem page, correctly formatted.

Translate non-math TeX to HTML for previews

For example, we should translate

  • line breaks \\ to <br/>
  • \hspace (how?)
  • itemize environments and \items to <ul>...</ul> and <li>...</li>
  • \textbf to <b>....</b> etc.
  • left quotes to &bdquo; and right quotes to &ldquo;

Create user page

A user page might contain the form from /users/ plus their comments.

Add User Management

We have to provide mechanisms dealing with users. That includes:

  • a working login button,
  • a user management page,
  • show certain elements and allow certain operations only with appropriate rights.

Math tokenizer

To search the database for formulae, it would be great to have a tokenizer generating a "stemmed" canonical form. This can be done both in SQLite and PostgreSQL.

Tag management

Add a page or container to add, edit and delete tags. This includes providing a description and a color.

Allow multiple or no proposers

We have to:

  • change the database design
  • rewrite output routines properly
  • find a way to input multiple proposers in problem.php

Handle invalid requests gracefully

Though a user cannot get this far by navigating, he can type invalid URLs requesting non-existent problems etc.
We should catch that and answer with a 404 page.

Put text data in FTS table

To improve the speed of full-text searches, it might help to create a Full Text Search table containing all text snippets: problems, comments and solutions. As an outline:

  • create FTS table for "files",
  • link concerned tables by file_ids and
  • change related PHP - that's going to be hard.

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.