Giter VIP home page Giter VIP logo

meow's People

Contributors

blutz avatar thecalvinchan avatar

Watchers

 avatar  avatar

meow's Issues

Validate URLs on frontend

To try to catch errors. Like links to .camakak.com/ should never be published and anything with "?preview*"at the end also probably shouldn't work.

Allow any URL through (to give to urllib2) as long as the user confirms their action.

Validate user input

Looks like users may be able to submit requests to modify posts that have already been sent. Not a huge issue since past database consistency isn't important but it could potentially cause post re-sending.

Original issue

Quick Edit Tweets/Posts

Original issue

Edit tweets/posts from the listing screen.

To clarify my previous concern, the AJAX calls can be protected by requiring the user's logged in cookie and that should be sufficient, especially if the web server uses HTTPS

Analytics visualizations

Keep track of who is doing what, when posts are sending (by section?), and what type of errors there are.

Refactor

Refactor to django best practices. Development on this isn't too sustainable

Twitter URLs not counting towards character limit

Looks like Twitter is matching URLs with the pattern /[^\s]*.[TLD]/ (that is, any non-whitespace characters followed by a period and a top level domain). Interestingly, though, its list of TLDs includes everything (including new gTLDs) except country codes. It will only link a country code if its URL includes the protocol (e.g. "http://").

Links count towards 22 characters

Fix mobile dashboard view

Original issue

Tables cells in HTML only get as small as the largest single element. If a width is specified it is ignored if it's too small.

Scrolling/hidden overflow isn't really a solution since it'll chop content. The mobile view should be reorganized to use something other than display:table

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.