Skip to content

Commit 7934ffb

Browse files
author
Trey Terrell
committed
Add spotlight notes
1 parent adb0368 commit 7934ffb

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

day-1.md

+61
Original file line numberDiff line numberDiff line change
@@ -301,3 +301,64 @@ LDP Introduction
301301
- Server has control over where it breaks things up
302302
- Client has PREFERENCES over how many items to return, but it's up to the
303303
server.
304+
305+
SPOTLIGHT
306+
---------------
307+
308+
1. One of the big promises of spotlight was to build a self-service platform for
309+
curators. NO developer access.
310+
2. Wants to be able to do this with content not in the repository.
311+
- Let them upload items.
312+
3. Improve the look/feel/experience.
313+
4. Where we are
314+
- What does it mean to install Spotlight?
315+
5. Request an Exhibit
316+
- Form to fill out that provides a vanilla exhibit.
317+
6. Features
318+
- Theme pages.
319+
- Customizable text.
320+
- Widgets
321+
- iFrame Widget
322+
- Recently did a 3D scan of their space.
323+
- Browse Categories
324+
- Saved searches provided with context
325+
326+
Installation
327+
===
328+
1. Home page where you can edit front page text while logged in.
329+
2. Permissions to display/edit certain things in the admin dashboard.
330+
3. There's a base behavior with basic roles that you can change if you'd like.
331+
- Application concern.
332+
4. Edit title/subtitle/description.
333+
5. Contact emails.
334+
6. Published - can hide the entire site.
335+
7. Import/Export. Can export JSON to get all the content to save it.
336+
8. Delete Exhibit
337+
- If you don't have any exhibits it creates a blank barebones exhibit for you.
338+
9. Administer appearance
339+
- Searchable
340+
- Disable search for visitors.
341+
- Disables facets
342+
- Create site masthead
343+
- Add an image for the top banner and scale it to give it more "pop"
344+
- Site Thumbnail
345+
- If someone tweets out the exhibit, the thumbnail goes in the twitter card.
346+
- Configure tabs
347+
- Change labels/reorder
348+
10. Tag documents and create searches from them.
349+
11. Configure sort dropdown.
350+
12. Modify which metadata fields show up where.
351+
- Add fields that are only for items in your exhibit
352+
13. Admin interfaces for about/feature pages
353+
14. Create feature pages
354+
15. Can do searches and save it with an alias.
355+
- You can then use these to browse.
356+
- Browse categories let you change the look and feel of the site.
357+
- Clicking an item within a browse category keeps the URL in there and changes
358+
prev/next appropriately.
359+
16. Add repository item
360+
- You implement so that it indexes things from your repository.
361+
17. Add non-repository item
362+
- Lets you ingest items from outside of your repository.
363+
- There's an edit mode
364+
18. ONE spotlight instance PER exhibit

0 commit comments

Comments
 (0)