Skip to content

Commit ff23422

Browse files
kevinat10genkangas
authored andcommitted
INT-1419 Existing UI is updated and added index. (#392)
Gifs and text for explain and maps are added but turned off. I suspect these will change in the coming month. This task will be updated again before MongoDB World. (cherry picked from commit 140c57b)
1 parent 28d219a commit ff23422

File tree

9 files changed

+22
-1
lines changed

9 files changed

+22
-1
lines changed

src/app/images/tour/f0.gif

47.7 KB
Loading

src/app/images/tour/f1.gif

-267 KB
Loading

src/app/images/tour/f2.gif

-64.2 KB
Loading

src/app/images/tour/f3.gif

-299 KB
Loading

src/app/images/tour/f4.gif

-683 KB
Loading

src/app/images/tour/f5.gif

123 KB
Loading

src/app/images/tour/f6.gif

563 KB
Loading

src/app/images/tour/f7.gif

255 KB
Loading

src/app/tour/features.js

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,30 @@ module.exports = [
2929
},
3030
{
3131
title: 'View Documents',
32-
description: 'Open the document drawer on the right to view the raw JSON documents in the result set.',
32+
description: 'Click the Documents tab to view the raw JSON documents in the result set.',
3333
image: 'f4.gif',
3434
version: '1.0.0',
3535
initial: true
36+
},
37+
{
38+
title: 'View Indexes',
39+
description: 'Click the Index tab to view the definition, attributes, size, and usage of your indexes.',
40+
image: 'f5.gif',
41+
version: '1.2.0',
42+
initial: true
3643
}
44+
// {
45+
// title: 'Find with Location',
46+
// description: 'Collections with location data can be used as a filter. Click and drag across the map for a geographic query. Click "Apply" to resample with the coordinates.',
47+
// image: 'f6.gif',
48+
// version: '1.2.0',
49+
// initial: true
50+
// },
51+
// {
52+
// title: 'Examine Performance with Explain Plan',
53+
// description: 'I see indexes',
54+
// image: 'f7.gif',
55+
// version: '1.2.0',
56+
// initial: true
57+
// }
3758
];

0 commit comments

Comments
 (0)