Commit graph

14 commits

Author SHA1 Message Date
Sonja Happ
c33438b395 renaming visualization to dashboard 2019-07-18 13:11:05 +02:00
Sonja Happ
ccdbea918f fix in File model (remove a comment that irritated swaggo) 2019-07-04 11:44:18 +02:00
Sonja Happ
fc91ebc64c working on file endpoints; testing to be completed, other tests to be checked 2019-07-03 16:53:04 +02:00
Sonja Happ
ce4d6525eb - fix in DB testing
- add simulator testing
2019-06-25 17:11:03 +02:00
Sonja Happ
2973718d86 change data model to use Simulator has many SimulationModels 2019-06-18 14:07:08 +02:00
Sonja Happ
86e380c85e - implement simulator endpoints
- add field for simulation models to simulator models and adapt methods for adding/updating a model
- minor renaming of test functions
2019-06-18 13:55:10 +02:00
Sonja Happ
7c9318de8f add testing for widget endpoints 2019-06-17 14:15:39 +02:00
Sonja Happ
687e3863e4 add testing for visualization endpoints 2019-06-17 13:43:30 +02:00
Sonja Happ
5ca6281a22 - add testing for simulationmodel endpoints
- add Signal serializer
- Use Signals DB table again
- remove / in some endpoint definitions
2019-06-06 16:36:12 +02:00
Sonja Happ
babe1cb308 refactoring Model to SimulationModel 2019-06-05 13:12:23 +02:00
Sonja Happ
4806583b1f Merge branch 'authentication'
# Conflicts:
#	common/models.go
#	common/utilities.go
#	routes/user/userEndpoints.go
2019-06-05 10:42:49 +02:00
Sonja Happ
d3cdf0008b - rename Modes to Permissions
- rename actions.go to roles.go
- put all role related functions in file roles.go
2019-06-05 09:38:17 +02:00
Sonja Happ
084d3ec8d8 fix many to many relationship between users and simulations 2019-06-03 14:30:15 +02:00
Sonja Happ
144c97ce49 Refactoring code base to new structure, removing circular dependencies, creating response types 2019-05-23 16:50:05 +02:00
Renamed from common/datastructs.go (Browse further)