Jovan Krunić
bb94c71761
feat: use school-neutral news image fallback via css
2021-01-30 16:29:50 +01:00
Jovan Krunić
1f3d9ad5f0
feat: refresh on pull for news module
2021-01-29 11:36:38 +01:00
Jovan Krunić
22cd0af1bf
feat: news module
2021-01-29 11:36:37 +01:00
Wieland Schöbl
3c079cd189
feat: show menu for multiple days for canteens and cafes
...
Closes #19 , #79
2021-01-19 13:50:51 +00:00
Jovan Krunić
66b8720da0
fix: use stapps core version to compare with backends' core version
...
Note: not app version (e.g. 2.0.0).
Closes #77
2020-11-27 16:11:14 +01:00
Jovan Krunić
072204b748
docs: fix and adjust the README file
2020-11-26 10:11:46 +01:00
Jovan Krunić
bba0964fae
refactor: use ionic instead of angular-cli for start scripts
2020-11-26 10:11:43 +01:00
Jovan Krunić
b0cd37732e
ci: use real backend instead of fake backend for web reviews
...
Closes #75
2020-11-25 17:22:17 +01:00
Jovan Krunić
6647750a6c
refactor: use new backend version (2.x.x)
...
Close #74
2020-11-25 15:36:59 +01:00
Jovan Krunić
987f9d45f5
refactor: use ngx-logger instead of @openstapps/logger
...
Closes #71
2020-11-17 15:19:23 +01:00
Jovan Krunić
f7790426cd
fix: adjust code to overcome the breaking changes (ionic 4 to 5)
...
Closes #70
2020-11-03 17:29:58 +01:00
Jovan Krunić
2e8d717607
refactor: adjust code after upgrade of ionic from v4 to v5
...
Note: used observables instead of events service which
doesn't exist in ionic 5 anymore.
2020-10-29 12:12:06 +01:00
Jovan Krunić
cc357f36b6
build: upgrade to angular 9
2020-10-27 18:08:51 +01:00
Jovan Krunić
06e5226bbf
build: update ngx-markdown
2020-10-27 18:05:16 +01:00
Jovan Krunić
28de70abd3
build: update typescript to 3.8.x
2020-10-27 17:55:35 +01:00
Jovan Krunić
2b88518ca4
build: update typescript to 3.7.x
2020-10-27 17:47:01 +01:00
Jovan Krunić
3dc115eb3a
build: update to ionic 5 and angular 8
2020-10-27 17:42:16 +01:00
Michel Jonathan Schmitz
f2ca308a29
ci: add automatic docker image building
2020-10-20 10:10:02 +02:00
Sebastian Lange
1dbf4515fe
feat(menu): add context menu
...
Closes #3
2020-09-30 10:18:52 +02:00
Sebastian Lange
3ce3c9ba16
refactor(menu): refactor main manu
2020-09-30 10:18:52 +02:00
Rainer Killinger
5e06df2e3f
ci: remove caching of node_modules
2020-09-29 13:20:40 +02:00
Rainer Killinger
5a0f274be6
ci: update e2e webdriver to used chrome version
2020-09-28 18:06:25 +02:00
Frank Nagel
25434d54e3
fix: angular1 ng-if leftover
2020-06-02 14:04:08 +02:00
Michel Jonathan Schmitz
770945e0e9
docs: describe how to toggle backends
2020-05-15 17:17:37 +02:00
Michel Jonathan Schmitz
c1d33303aa
feat: add backend toggle
2020-05-15 17:17:24 +02:00
Michel Jonathan Schmitz
d2517ae114
ci: add a web configuration
2020-05-15 17:16:40 +02:00
Sebastian Lange
49b7c6d383
refactor(setting): adjust setting module to new core translation
...
Closes #53
2019-11-27 20:56:47 +01:00
Rainer Killinger
24dbb42b34
fix: fixate webdriver to match used chrome version
2019-11-20 13:35:56 +01:00
Michel Jonathan Schmitz
2398acfe37
build: expose port in app-only dockerfile
2019-07-15 13:05:17 +02:00
Michel Jonathan Schmitz
cccfb975ff
build: update dependencies
2019-07-15 13:04:27 +02:00
Michel Jonathan Schmitz
911492d064
fix: update core and apply stricter tslint rules
2019-07-10 12:38:29 +02:00
Michel Jonathan Schmitz
03c317430a
build: update dependencies
2019-07-10 12:38:16 +02:00
Jovan Krunić
cd646a2795
ci: add staging and production environments
...
Closes #58
2019-05-31 14:12:11 +02:00
Sebastian Lange
235693a9e2
refactor: initialise settings from config module and persist only the values
...
Closes #30 , #59
2019-05-07 15:23:52 +02:00
Jovan Krunić
e1039aa226
feat(data): show skeleton screens before data is loaded
...
Closes #4
2019-04-29 10:52:15 +00:00
Michel Jonathan Schmitz
88f87a2ce1
refactor: removed the origin component from the date series detail component
2019-04-29 09:33:13 +00:00
Jovan Krunić
38c026fd7d
build: use OpenJDK 8 instead of Oracle's version
...
Fixes #57
2019-04-29 09:09:13 +00:00
Jovan Krunić
b9a95313cd
ci: use cache instead of artifacts for node modules
2019-04-26 15:17:41 +02:00
Jovan Krunić
371dbc2890
build: ensure that webdriver is updated to fixed version
...
Closes #56
2019-04-26 15:17:02 +02:00
Jovan Krunić
478f49a874
fix(data): fix and adjust detail test using translation
...
Closes #50
2019-04-26 10:05:42 +02:00
Jovan Krunić
9d682125db
fix: use HashLocationStrategy for routes
...
Closes #54
2019-04-18 15:22:32 +02:00
Jovan Krunić
58960a29ea
feat(data): use general template for all offers
...
With help of Object.keys (which is provided to the
template) make offers template general for different
price group types (which are academic or sport course
for now).
See discussions on !2
2019-04-15 13:58:25 +02:00
Jovan Krunić
c3bc227a3c
fix(data): fix template and other consistency issues
2019-04-15 13:41:27 +02:00
Jovan Krunić
5855accc16
feat(data): add data detail templates
...
Additionally clean up the code
2019-04-12 14:14:22 +02:00
Jovan Krunić
75ca8c8a73
build: update dependencies
...
Additionally adjust the code after the latest
rebase.
2019-04-12 14:14:22 +02:00
Jovan Krunić
3e697b17b4
feat: add basic templates for data list items
2019-04-12 14:14:22 +02:00
Jovan Krunić
9850cf77c2
build: update openstapps packages
2019-04-12 14:14:22 +02:00
Jovan Krunić
b6f92a7449
feat(data): implement basic facets handling
...
Related to #1
2019-04-12 14:14:22 +02:00
Jovan Krunić
2558163ad6
feat: use http interceptor for backendless development
...
Note: intercept method of the FakeBackendInterceptor should
be developed further whenever it is needed to fake a response
from the backend.
Closes #37
2019-04-12 14:14:22 +02:00
Jovan Krunić
8c3c2810e5
refactor(data): adjust data detail component
2019-04-12 14:14:22 +02:00