Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

types: add DateString type #373

Merged
merged 1 commit into from
May 2, 2017
Merged

types: add DateString type #373

merged 1 commit into from
May 2, 2017

Conversation

kjdelisle
Copy link

@kjdelisle kjdelisle self-assigned this May 1, 2017
@kjdelisle kjdelisle requested a review from crandmck May 1, 2017 15:49
@kjdelisle
Copy link
Author

The definition this documentation currently refers to hasn't been written yet, please hold off on merging this until I post an update.

@kjdelisle
Copy link
Author

@crandmck Actually, Rand, could I get you to review the JSDoc portion of this PR?
loopbackio/loopback-datasource-juggler#1356
I want to make sure that the JSDoc will parse nicely. :)

@@ -65,6 +65,17 @@ The following table summarizes LoopBack's data types.
</td>
</tr>
<tr>
<td>DateString</td>
<td>
<p>LoopBack<a href="http://apidocs.strongloop.com/loopback-datasource-juggler/#datestring" class="external-link" rel="nofollow"> DateString</a> object</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will we have an anchor for #datestring in the apidoc?

@@ -65,6 +65,17 @@ The following table summarizes LoopBack's data types.
</td>
</tr>
<tr>
<td>DateString</td>
<td>
<p>LoopBack<a href="http://apidocs.strongloop.com/loopback-datasource-juggler/#datestring" class="external-link" rel="nofollow"> DateString</a> object</p>
Copy link
Contributor

@jannyHou jannyHou May 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no tag with id datestring on that page. Other than that LGTM

@@ -65,6 +65,17 @@ The following table summarizes LoopBack's data types.
</td>
</tr>
<tr>
<td>DateString</td>
<td>
<p>LoopBack<a href="http://apidocs.strongloop.com/loopback-datasource-juggler/#datestring" class="external-link" rel="nofollow"> DateString</a> object</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right now, this link doesn't exist. I presume there is a PR somewhere for it?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume that's what @kjdelisle is talking about re loopbackio/loopback-datasource-juggler#1356. Once that lands (with some modifications) and juggler is published to npm, then the link should work.

Copy link
Contributor

@loay loay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@crandmck
Copy link
Contributor

crandmck commented May 2, 2017

Looks fine, but as noted above, we should not land this until the change to juggler is published to npm, since that's when the feature will become broadly available and the links to the API docs will work as well.

@kjdelisle kjdelisle merged commit aa53ca2 into gh-pages May 2, 2017
@kjdelisle kjdelisle deleted the datestring-type branch May 2, 2017 23:00
@kjdelisle kjdelisle removed the #review label May 2, 2017
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.

7 participants