Skip to content

Commit 2069c32

Browse files
committed
Update requirements
1 parent 90569f9 commit 2069c32

File tree

1 file changed

+110
-0
lines changed

1 file changed

+110
-0
lines changed
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
2+
Requirements Summary
3+
====================
4+
5+
# default
6+
7+
## As a user, I want to support search-after pagination ([#7](https://github.com/NASA-PDS/peppi/issues/7))
8+
9+
10+
This requirement is not impacted by the current version
11+
## As a user, I want my code to use the best access point for the data ([#8](https://github.com/NASA-PDS/peppi/issues/8))
12+
13+
14+
This requirement is not impacted by the current version
15+
## As a user, I want to generate a CSV table output based upon a specific query ([#9](https://github.com/NASA-PDS/peppi/issues/9))
16+
17+
18+
This requirement is not impacted by the current version
19+
## As a user, I want to know how many products match my query ([#25](https://github.com/NASA-PDS/peppi/issues/25))
20+
21+
22+
This requirement is not impacted by the current version
23+
## As a data user, I want to tell which products I used in a study. ([#28](https://github.com/NASA-PDS/peppi/issues/28))
24+
25+
26+
This requirement is not impacted by the current version
27+
## As a user, I want to search for products based upon a target LID ([#29](https://github.com/NASA-PDS/peppi/issues/29))
28+
29+
30+
This requirement is not impacted by the current version
31+
## As a user, I want to search for products based upon a investigation LID ([#30](https://github.com/NASA-PDS/peppi/issues/30))
32+
33+
34+
This requirement is not impacted by the current version
35+
## As a user, I want to search for products based upon a instrument LID ([#31](https://github.com/NASA-PDS/peppi/issues/31))
36+
37+
38+
This requirement is not impacted by the current version
39+
## As a user, I want to search for observational products only ([#32](https://github.com/NASA-PDS/peppi/issues/32))
40+
41+
42+
This requirement is not impacted by the current version
43+
## As a user, I want to search for collection products only ([#33](https://github.com/NASA-PDS/peppi/issues/33))
44+
45+
46+
This requirement is not impacted by the current version
47+
## As a user, I want to search for bundle products only ([#34](https://github.com/NASA-PDS/peppi/issues/34))
48+
49+
50+
This requirement is not impacted by the current version
51+
## As a user, I want to filter on a specific processing level ([#35](https://github.com/NASA-PDS/peppi/issues/35))
52+
53+
54+
This requirement is not impacted by the current version
55+
## As a user, I want to see an online reference documentation of the library ([#47](https://github.com/NASA-PDS/peppi/issues/47))
56+
57+
58+
This requirement is not impacted by the current version
59+
## As a user, I want my query response as a Pandas DataFrame ([#57](https://github.com/NASA-PDS/peppi/issues/57))
60+
61+
62+
This requirement is not impacted by the current version
63+
## As a user, I want to transform binary tables (.dat) in CSVs for all members of a collection ([#60](https://github.com/NASA-PDS/peppi/issues/60))
64+
65+
66+
This requirement is not impacted by the current version
67+
## As a user, I want to read all tables within a collection into a pandas DataFrame ([#61](https://github.com/NASA-PDS/peppi/issues/61))
68+
69+
70+
This requirement is not impacted by the current version
71+
## As a developer, I want to install pds.peppi in a conda environment ([#63](https://github.com/NASA-PDS/peppi/issues/63))
72+
73+
74+
This requirement is not impacted by the current version
75+
## As a user, I want to limit the number of fields returned ([#64](https://github.com/NASA-PDS/peppi/issues/64))
76+
77+
78+
This requirement is not impacted by the current version
79+
## As a user, I want to use peppi with python 3.9 ([#66](https://github.com/NASA-PDS/peppi/issues/66))
80+
81+
82+
This requirement is not impacted by the current version
83+
## As a user, I want to easily display the products objects I am getting ([#70](https://github.com/NASA-PDS/peppi/issues/70))
84+
85+
86+
This requirement is not impacted by the current version
87+
## As a user, I want to find products with a target given as a string ([#74](https://github.com/NASA-PDS/peppi/issues/74))
88+
89+
90+
This requirement is not impacted by the current version
91+
## As a user, I want to know which property I can select in the returned objects ([#78](https://github.com/NASA-PDS/peppi/issues/78))
92+
93+
94+
This requirement is not impacted by the current version
95+
## As a user, I want that chatGPT proposes code examples using peppi ([#80](https://github.com/NASA-PDS/peppi/issues/80))
96+
97+
98+
This requirement is not impacted by the current version
99+
## As a user, I want to get the observational products of a bundle ([#81](https://github.com/NASA-PDS/peppi/issues/81))
100+
101+
102+
This requirement is not impacted by the current version
103+
## As a user, I want to get product from a given investigation/instrument/instrument_host using a string ([#88](https://github.com/NASA-PDS/peppi/issues/88))
104+
105+
106+
This requirement is not impacted by the current version
107+
## As a user, I want to see investigations or targets as a dynamically populated enumerations ([#89](https://github.com/NASA-PDS/peppi/issues/89))
108+
109+
110+
This requirement is not impacted by the current version

0 commit comments

Comments
 (0)