Skip to content

Adjust ts.js to use tiddlyweb.status from /status.js#4

Merged
bengillies merged 1 commit into
masterfrom
statusjs
Jul 3, 2012
Merged

Adjust ts.js to use tiddlyweb.status from /status.js#4
bengillies merged 1 commit into
masterfrom
statusjs

Conversation

@cdent

@cdent cdent commented Jul 2, 2012

Copy link
Copy Markdown
Contributor

Instead making an async call to to /status. This is a first step
in lessening complexity in application code. See the statusjs
branch (forthcoming) in tiddlyspace for comparison.

Also, only do all that work for ts.initForSpace_ if we are in _space
or _account. For things like backstage it is not needed. Obviously
there are further ways to clean this up up, but I thought I'd
start with this for review from @jdlrobson and @bengillies

Note: for a real review it's probably best to check this branch out and do a git diff -b as without -b it looks like a bunch of whitespace changes (there is an indention change). Apologies for my lack of tab/space discipline. It's quite likely what with the shift in participants I will get rid of the devil tabs any way, so if you can find it in your hearts to ignore that aspect of things in this review that would be great.

Instead making an async call to to /status. This is a first step
in lessening complexity in application code. See the statusjs
branch (forthcoming) in tiddlyspace for comparison.

Also, only do all that work for ts.initForSpace_ if we are in _space
or _account. For things like backstage it is not needed. Obviously
there are further ways to clean this up up, but I thought I'd
start with this for review.
@cdent

cdent commented Jul 2, 2012

Copy link
Copy Markdown
Contributor Author

the branch at tiddlyspace: https://github.com/TiddlySpace/tiddlyspace/compare/statusjs

bengillies added a commit that referenced this pull request Jul 3, 2012
Adjust ts.js to use tiddlyweb.status from /status.js
@bengillies bengillies merged commit 752f3d5 into master Jul 3, 2012
gimntut pushed a commit to gimntut/tiddlyspace that referenced this pull request Apr 26, 2016
See: TiddlySpace/ts.js#4

The idea here is to use an adjusted ts.js that does not
do an async call to /status as the first step in a hopefully
many stepped process to lessen complexity and overhead in
common tiddlyspace coding activities.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants