Coder Social home page Coder Social logo

dj's People

Contributors

batytskyy avatar boldak avatar gitter-badger avatar illiakalu avatar pashchuk avatar podvysotskyi avatar rasendubi avatar sashasochka avatar troshchuk avatar waffle-iron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dj's Issues

Fix "no mapping found" warning

Fix the following warnings in tomcat logs

WARNING: No mapping found for HTTP request with URI [/dev-page] in DispatcherServlet with

Objects to JSON and back.

Discover Jackson or some other JSON <-> Object library and create mechanism for this transitions.

Minification policy

What's our policy about minification? Should widget code/templates be minified?

If no - the speed will be very bad because of network latency.
If yes - we have to redeploy the whole app OR support some kind tool (e.g. gulp task through plugin) for live minification if new widgets are added etc...

Use index.html instead of index.jsp

index.jsp should be index.html for the following 2 purposes:

  • no jsp dependency
  • in jsp (unlike static html) if you change it's contents you have to restart the whole tomcat server

Improve build system (minification)

Add Event type

  1. Чтобы обрабатывать сообщения, надо где-то брать инф. о его структуре.

Adding components to all pages at once

How do we add components (like json config viewer at the bottom of the page) to all the pages at once? Withough this mechanism devs should modify all the page templates at once or use some global condition variables to display that part of the page.

Add multiple SPAs support

Support:

  • OAuth authentication
  • SPA ownership by it's creator
  • owner can grant write access to other users
  • owner can make SPA public/private for all users.
  • New SPA contains one empty page by default

[Server] - redirect to index.jsp without sending 404 error code first.

Currently if user loads anything except '/' or static pages described in wdc-servlet.xml server sends 404 error code and then shows '/' page. But if user loads '/page/home' - it's an invalid query, server shouldn't give 404 error code, it should just show index file. See error message in google chrome

so-q3

JSON editor as Widget Options Editor

Who is responsible for widget styling?

Who is responsible for widget styling?
3 options with drawbacks:

  • If it's widget creator then all widgets look the same
  • If it's page creator then he should know css
  • If widget creator allows to customize everything through configuration - too many config options for the user & too much work for widget creator

Make good website design

  • Should use rem instead of px. Follow foundation guidelines.
  • mobile devices should be supported
  • handle widescreen monitors betters.

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.