Git Product home page Git Product logo

nodeca's Introduction

Forums / Blogs / Groups / ...

Build Status

Live demo: https://rcopen.com

Nodeca itself is not expected for wide use. It's intended to replace old RC Design forum software and make programmer's life more comfortable.

But during development we create a lot of useful and popular packages for node.js. See organizations of @puzrin profile. Everything we do is published on github. Enjoy!

nodeca's People

Contributors

dependabot[bot] avatar dervus avatar greenkeeperio-bot avatar ixti avatar kirill89 avatar kostap13 avatar rlidwka avatar shkuropat avatar zakharovvi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nodeca's Issues

csrf token issue

Hi, I got this error when I clicked Register:

"Security token expired. Pease, try again."

It failed at csrf validation. It is run on Mac OSX.

interface / design notes for contest

Preparation for 99designs contest

  • Current demo link https://dev.rcopen.com/
    • play with it first! don't reinvent abstract forum from scratch.
  • Register to see more controls
  • Contact [email protected] about problems with demo and additional questions

Main approach

  • Need usability, not just design with nice puctures.
  • Easy to read big number of posts, for everyday use (more important that "wow" for novices). Don't irritate user attention by splashes and so on.
  • Responsive. Should be ok both on desktop and mobiles (narrow vertical screen)
  • Need some space for unobtrusive ads.

Current demo was done by programmers with those requirements in mind (as they could). Now need rework to become production ready.

Important

  • That's a complex project, not limited by contest. You should be able to continue after contest compleete - fix usability issues & design more pages.

Known issues

  • In long topic - progress bar/buttons not accessible after enter. Until you start scroll down. Can't go to topic end immediately.
  • If too much time passed between posts, "spacer" with text "XXX months later" can be injected between. Example
  • Must have quick search access everywhere, with immediate result:
    • search topics in section
    • search posts in thread
    • global search with filters
  • Multiselect (post/topics for moderation) - now shift+click to start, will not work on mobiles. How to improve?
  • Can't access main menu when progress shown (do we really need it?)

Important pages to design:

  1. Forum index
  2. Forum section
  3. Forum topic
  4. User profile

Secondary pages:

  1. Albums-related
    • list of albums + list of medias,
    • media page with comments

Future (not ready now on demo)

  • User blogs
  • Clubs
  • Direct messages

Nodeca throwing error when code is definitely correct....

I have a simple gulp tasks which is throwing an error

import gulp   from 'gulp'
import msg    from 'gulp-messenger'
import run    from 'run-sequence'

msg.init({showPipeFile: false})

gulp.task('build', () => {
  run('clean:dist', 'babelify')
})

It is complaining the line where run is called is not indented with a single tab, when in fact is definitely is

8:3 warning Expected indentation of 1 tab character but found 0 indent
8:3 error Bad indentation (0 instead 1) nodeca/indent

So, to help matters, tried disabling the rules for this file but thinking this should still not throw errors

I have retyped this code several times to make sure it is accurate, still throws errors

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.