Giter VIP home page Giter VIP logo

devdoodle's People

Contributors

bjb568 avatar csnardi avatar dependabot[bot] avatar malcolmmcswain avatar snyk-bot avatar thomas-daniels avatar unihedro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

devdoodle's Issues

Program list

A sortable list of programs (not shown, just linked).

Types of chatrooms

Seen:

  • By the public
  • By 50rep
  • By invitation

Writable:

  • By 50rep
  • By invitation

Error pages

Brief description, contact link. 403, 404, 500, etc.

Comment Functionality

We have several tickets relating to comments. This post is of intent to sculpt the commenting system and allow discussion of the system before it's implemented.

Comments will include:

  • #38 Ability to be upvoted by other users (rep limit?)
  • #40 Ability to be flagged by other users. A flag queue or auto-deletion will be needed for this to be effective.
  • #75 Notifying other users when an at-mention @mention is specified
  • #130 Ability to be edited by the poster within grace period.
  • #128 Ability to be deleted by the poster (under several conditions?).
  • #129 Have a "reply" button for adding an automatic @mention into the cursor location of the "Add comment" box (just for convenience)?

Starring your own messages

I tested this in the Sandbox, and I was able to star my own messages, while I certainly shouldn't be.

Flag programs

  • Spam / Offensive
  • Unacceptable content topic
  • Plagiarism (source)
  • Other

Course Creator

Create courses, put official ones in a tree. Users have demonstrated their ability to help create content.

Migrate learn section

Migrate the learn section to node, with static files in /learn folder, requests piped:

res.writeHead(200, {'Content-Type': mime[path.extname(req.url)] || 'text/plain', 'Cache-Control': 'max-age=604800, public'});
var stream = fs.createReadStream('somefile.html');
stream.on('error', function(error) {
    throw error;
});
stream.on('readable', function() {
    stream.pipe(res);
});

I never get confirmation emails

Because of a DB error, everyone had to sign up again, so I also did, but I did not get my confirmation email. The same happened when signing up for the first time. If it matters, my email address is programfox[at]hotmail.be

Flag comments

  • Spam / Offensive
  • Off-topic
  • Not constructive
  • Too chatty
  • Other

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.