[DOCS-13844] Realm NodeJS CLI tutorial points to incorrect git branch Created: 20/Aug/20 Updated: 29/Oct/23 Resolved: 20/Aug/20 |
|
| Status: | Closed |
| Project: | Documentation |
| Component/s: | Realm |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Critical - P2 |
| Reporter: | Adam Harrison | Assignee: | Caleb Thompson |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Attachments: |
|
| Participants: | |
| Days since reply: | 3 years, 24 weeks, 6 days ago |
| Story Points: | 1 |
| Description |
|
The Realm CLI tutorial instructs users to download the `todo` branch to work along with the tutorial (https://docs.mongodb.com/realm/tutorial/nodejs-cli/#b-clone-the-client-app-repository):
However, this branch contains several steps in the tutorial already performed, as the // TODO comments are replaced in several files, such as index.js (https://github.com/mongodb-university/realm-tutorial/blob/todo/node-cli/index.js#L23) and users.js (https://github.com/mongodb-university/realm-tutorial/blob/todo/node-cli/users.js#L32).
It looks like the tutorial should be pointing to the `todo_node` branch instead, as this seems to still contain the TODO comments: https://github.com/mongodb-university/realm-tutorial/blob/todo_node/node-cli/users.js#L32
Scope of changesImpact to Other DocsMVP (Work and Date)Resources (Scope or Design Docs, Invision, etc.) |
| Comments |
| Comment by Caleb Thompson [ 20/Aug/20 ] |
|
adam.harrison thanks for reporting this. I've merged the `todo_node` branch in to `todo` and it looks good to me now. Please let me know if you see any other issues! |
| Comment by Caleb Thompson [ 20/Aug/20 ] |
|
Just needed to merge the `node_todo` branch into the `todo` branch. |