0.0.238 • Published 4 years ago

typhoon-common-store v0.0.238

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

typhoon-common-store

Contains the Redux store related functions for the Typhoon system.

Actions

Account Actions

Handles the logging in, registration, logging off, and updating of the user account information.

Data Binding Buffer Actions

Handles the buffering of data bindings, in order to send over multiple data bindings at once.

Data Result Actions

Handles the fetching and updating of data from the backend using data bindings. A data binding can be a database query to run, an API to call, or another form of data retrieval and update.

Input Actions

Handles the storage of user input for the screen currently in use.

Local Storage Actions

Handles the storage of information to be used across multiple user sessions.

Menu Actions

Handles the retrieval of the menu information for the user from the backend.

Message Actions

Handles the sending of messages from the system to the user.

Parameter Actions

Handles the setting of parameters for use between data bindings. This allows one data binding's results to trigger the running of another.

Resize Actions

Handles the resizing of the browser window.

Screen Actions

Handles the retrieving of screen layout information from the backend, along with archiving and retrieval of screens.

Status Actions

Saves status information about the screen currently being displayed.

Styling Actions

Handles the retrieving and storing of styling information from the backend.

Timer Actions

Handles the setting and running of timers on the system. When a timer elapses, an alarm sound is played.

Reducers

Account Reducer

Holds the login and profile information on the user currently logged into the system. This includes the user's access token, which is used for all interactions with the backend.

Data Binding Buffer Reducer

Buffers up data bindings so they can be run in batches. This is separate from the data result reducer in order to avoid components updating every time something is pushed to the buffer.

Data Result Reducer

Holds the results of queries against the backend. This can be the results of a database query, or information requested from other systems through the backend.

Input Reducer

Holds the information the user inputs into the current screen, for example the text they type in an input box.

Local Storage Reducer

Holds information across sessions, when necessary. For example, a user might be working on a project long term and not want to open it again each time they open the system.

Menu Reducer

Holds the menu for the user, displayed on the left of the screen.

Message Reducer

Holds messages sent from components to be displayed to the user.

Parameter Reducer

Holds parameter information used in data bindings against the backend. By updating this reducer, dependent data bindings can be triggered automatically.

Resize Reducer

Logs the current user off the system, deleting all of their account information and ending their session.

Screen Reducer

Holds the screen layout information. Once a screen's layout has been retrieved from the backend, it's stored in an archive, so it can be closed and reopened without querying the backend.

Quick Links

Some screens available for viewing anonymously. To do this, a quick link gives a direct URL that users can access to view the screen.

Status Reducer

Holds screen status information not input by the user. For example, whether a modal is visible or not.",

Selection

The selection is a specialised part of the status reducer that holds the currently selected object. For example, if the screen loads an array of objects and the user selects one for editing, that selected object would be held in the selection part of the reducer.

Styling Reducer

Holds the styling information for the system. For example, font colours, border widths, etc.

Timer Reducer

Holds timers and rings an alarm when a timer elapses.

0.0.238

4 years ago

0.0.237

4 years ago

0.0.236

4 years ago

0.0.235

4 years ago

0.0.234

4 years ago

0.0.233

4 years ago

0.0.232

4 years ago

0.0.231

4 years ago

0.0.229

4 years ago

0.0.230

4 years ago

0.0.228

4 years ago

0.0.227

4 years ago

0.0.226

4 years ago

0.0.225

4 years ago

0.0.224

4 years ago

0.0.223

4 years ago

0.0.222

4 years ago

0.0.221

4 years ago

0.0.220

4 years ago

0.0.219

4 years ago

0.0.218

4 years ago

0.0.217

4 years ago

0.0.216

4 years ago

0.0.215

4 years ago

0.0.214

4 years ago

0.0.213

4 years ago

0.0.212

4 years ago

0.0.211

4 years ago

0.0.210

4 years ago

0.0.209

4 years ago

0.0.208

4 years ago

0.0.204

4 years ago

0.0.203

4 years ago

0.0.202

4 years ago

0.0.201

4 years ago

0.0.200

4 years ago

0.0.199

4 years ago

0.0.198

4 years ago

0.0.197

4 years ago

0.0.196

4 years ago

0.0.195

4 years ago

0.0.194

4 years ago

0.0.193

4 years ago

0.0.192

4 years ago

0.0.191

4 years ago

0.0.190

4 years ago

0.0.189

4 years ago

0.0.188

5 years ago

0.0.187

5 years ago

0.0.186

5 years ago

0.0.185

5 years ago

0.0.184

5 years ago

0.0.183

5 years ago

0.0.182

5 years ago

0.0.181

5 years ago

0.0.180

5 years ago

0.0.179

5 years ago

0.0.178

5 years ago

0.0.177

5 years ago

0.0.176

5 years ago

0.0.175

5 years ago

0.0.174

5 years ago

0.0.173

5 years ago

0.0.172

5 years ago

0.0.171

5 years ago

0.0.170

5 years ago

0.0.169

5 years ago

0.0.168

5 years ago

0.0.167

5 years ago

0.0.166

5 years ago

0.0.165

5 years ago

0.0.164

5 years ago

0.0.163

5 years ago

0.0.162

5 years ago

0.0.161

5 years ago

0.0.160

5 years ago

0.0.159

5 years ago

0.0.158

5 years ago

0.0.157

5 years ago

0.0.156

5 years ago

0.0.155

5 years ago

0.0.154

5 years ago

0.0.153

5 years ago

0.0.152

5 years ago

0.0.151

5 years ago

0.0.150

5 years ago

0.0.149

5 years ago

0.0.148

5 years ago

0.0.147

5 years ago

0.0.146

5 years ago

0.0.145

5 years ago

0.0.144

5 years ago

0.0.143

5 years ago

0.0.142

5 years ago

0.0.141

5 years ago

0.0.140

5 years ago

0.0.139

5 years ago

0.0.138

5 years ago

0.0.137

5 years ago

0.0.136

5 years ago

0.0.135

5 years ago

0.0.134

5 years ago

0.0.133

5 years ago

0.0.132

5 years ago

0.0.131

5 years ago

0.0.130

5 years ago

0.0.129

5 years ago

0.0.128

5 years ago

0.0.127

5 years ago

0.0.126

5 years ago

0.0.125

5 years ago

0.0.124

5 years ago

0.0.123

5 years ago

0.0.122

5 years ago

0.0.121

5 years ago

0.0.120

5 years ago

0.0.119

5 years ago

0.0.118

5 years ago

0.0.117

5 years ago

0.0.116

5 years ago

0.0.115

5 years ago

0.0.114

5 years ago

0.0.113

5 years ago

0.0.112

5 years ago

0.0.111

5 years ago

0.0.110

5 years ago

0.0.109

5 years ago

0.0.108

5 years ago

0.0.107

5 years ago

0.0.106

5 years ago

0.0.105

5 years ago

0.0.104

5 years ago

0.0.103

5 years ago

0.0.102

5 years ago

0.0.101

5 years ago

0.0.100

5 years ago

0.0.99

5 years ago

0.0.98

5 years ago

0.0.97

5 years ago

0.0.96

5 years ago

0.0.95

5 years ago

0.0.94

5 years ago

0.0.93

5 years ago

0.0.92

5 years ago

0.0.91

5 years ago

0.0.90

5 years ago

0.0.89

5 years ago

0.0.88

5 years ago

0.0.87

5 years ago

0.0.86

5 years ago

0.0.85

5 years ago

0.0.84

5 years ago

0.0.83

5 years ago

0.0.82

5 years ago

0.0.81

5 years ago

0.0.80

5 years ago

0.0.79

5 years ago

0.0.78

5 years ago

0.0.77

5 years ago

0.0.76

5 years ago

0.0.75

5 years ago

0.0.74

5 years ago

0.0.73

5 years ago

0.0.72

5 years ago

0.0.71

5 years ago

0.0.70

5 years ago

0.0.69

5 years ago

0.0.68

5 years ago

0.0.67

5 years ago

0.0.66

5 years ago

0.0.65

5 years ago

0.0.64

5 years ago

0.0.63

5 years ago

0.0.62

5 years ago

0.0.61

5 years ago

0.0.60

5 years ago

0.0.59

5 years ago

0.0.58

5 years ago

0.0.57

5 years ago

0.0.56

5 years ago

0.0.55

5 years ago

0.0.54

5 years ago

0.0.53

5 years ago

0.0.52

5 years ago

0.0.51

5 years ago

0.0.50

5 years ago

0.0.49

5 years ago

0.0.48

5 years ago

0.0.47

5 years ago

0.0.46

5 years ago

0.0.45

5 years ago

0.0.44

5 years ago

0.0.43

5 years ago

0.0.42

5 years ago

0.0.41

5 years ago

0.0.40

5 years ago

0.0.39

5 years ago

0.0.38

5 years ago

0.0.37

5 years ago

0.0.36

5 years ago

0.0.35

5 years ago

0.0.34

5 years ago

0.0.33

5 years ago

0.0.32

5 years ago

0.0.31

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.27

5 years ago

0.0.26

5 years ago

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago