Giter VIP home page Giter VIP logo

webtexteditor's Introduction

WebTextEditor

webtexteditor's People

Contributors

dbryla avatar kelleth avatar rutka avatar chopin111 avatar

Stargazers

Acampbell avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

doc22940

webtexteditor's Issues

Loggers

We need additional informations to faster fix bugs.

Disconnected from socket after establishing connection over vpn

From server logs:
2015-04-11 13:47:48,744 - events - INFO - Connection established to socket
2015-04-11 13:47:48,780 - events - INFO - Connected to channel: document-global
2015-04-11 13:47:48,783 - events - INFO - Document content:

Lorem ipsum.


2015-04-11 13:47:49,278 - events - INFO - Disconnected
2015-04-11 13:47:49,279 - events - INFO - Finished

Problems with writing

Sometimes happens that I open 1-2 clients (on firefox) and if I type something I can see my changes (POSTs) in console (firebug), but after refresh they aren't applied, propagated to another client or saved to db.

Store new lines in document

We could store new lines by inserting
on each enter pressed, but there would be problem with deleting them as
is 4 characters long

Python holds UTF-8 characters in 2 chars.

To reproduce issue in python console type:
»> document = "Użytkownik"
»> for a in document:
... print a
...
U


y
t
k
o
w
n
i
k

Every remove operation which deletes len(text) will remove additional characters if text have special UTF-8 characters.

Possible solution, we can delete number of characters which will be sent by frontend if its possible to get correct len(text) in js with special UTF-8 characters. Now we are sending text to delete, not just number of chars.

Setup tools

Setting up:

  • Continuous Integration server (Jenkins)
  • IssueTracker (GitHub Issues)
  • Server database (MongoDB)

Wiki management

Add 'minutki' documents to wiki and useful links to server.

User stories

Define main user stories with associated tasks.

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.