List view
The sample database, drawn by <List>. The code below is what this page runs.
const db = await FetchDatabase({
database_id: process.env.NOTION_TESTDB_ID,
filter: { property: 'Published', checkbox: { equals: true } },
sorts: [{ property: 'Date', direction: 'descending' }],
})
<List
db={db}
keys={["Name", "spacer", "Note", "Tags", "Url", "Born", "Date"]}
/>This is a page for validating a list view, which is an object that makes up a page on notion.
📋
List
László Bélády
László Bélády the editor-in-chief of the IEEE Transactions on Software Engineering in the 1980s.
- Memory Caching Algorithm
1928
Richard Stallman
Richard Stallman, created the GNU system utilities and championed free software.
- Emacs
- GCC
1953
Peter Chen
- Entity–Relationship Model
1947
Edsger W. Dijkstra
Edsger W. Dijkstra developed the framework for a form of structured programming.
- Distributed Computing
- Structured Programming
1930
Fred Brooks
- OS/360
1931
Charles Bachman
- Integrated Data Store
1924
→
David Parnas
- Modular Programming
1941
Michael A. Jackson
Michael A. Jackson software engineering methodologist responsible for JSP method of program design; JSD method of system development (with John Cameron); and Problem Frames approach for analysing and structuring software development problems.
- JSD
1936
Last updated on