From 3c63f480877720dc0556d03023aac7efab9b7b3c Mon Sep 17 00:00:00 2001 From: Kaeptenblaubaer Date: Wed, 22 May 2024 15:51:30 +0000 Subject: [PATCH] Startup & README ^test notebook --- .gitpod.yml | 3 +-- Project.toml | 2 +- README.md | 15 ++++++++++++ test.ipynb | 64 ++++++++++++++++++++++++---------------------------- 4 files changed, 47 insertions(+), 37 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 1c17ee8..a2c0c3f 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,4 @@ -image: - file: .gitpod.Dockerfile +image: michaelfliegner:gitpodpgijulia tasks: - name: Script Task diff --git a/Project.toml b/Project.toml index 2c68713..7b21c98 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LifeInsuranceDataModel" uuid = "4892898e-25d7-46ce-b5c3-dea2164303ac" authors = ["Michael Fliegner "] -version = "1.6.0" +version = "1.6.1" [deps] BitemporalPostgres = "e513cd14-23e6-48df-acf1-d9bc8fa5674b" diff --git a/README.md b/README.md index 42ef1a6..d075a8d 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,18 @@ When You open this project in a [gitpod container](https://gitpod.io/workspaces) - tariff items refrence tariffs corresponding to the product's parts - tariff item partners reference partners in roles corresponding to the referenced tariff's partner roles +## Next Steps + +Click the button below to start a new development environment: + +The gitpod workspace uses a Docker a public image: [michaelfliegner/gitpodpgijulia](https://hub.docker.com/repository/docker/michaelfliegner/gitpodpgijulia/general) + +[The Dockerfile for this image resides here](https://github.com/Actuarial-Sciences-for-Africa-ASA/gitpod-pg-ijulia-Dockerfile) + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/?autostart=true#https://github.com/Actuarial-Sciences-for-Africa-ASA/LifeInsuranceDataModel.jl) [On startup vscode will open this jupyter notebook:](test.ipynb) + +## Get Started With Your Own Project + +### A new project + +Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it. diff --git a/test.ipynb b/test.ipynb index db31513..5828f45 100644 --- a/test.ipynb +++ b/test.ipynb @@ -2,42 +2,38 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "ename": "SystemError", - "evalue": "SystemError: opening file \"/workspace/LifeInsuranceDataModel.jl/testCreteContract.jl\": No such file or directory", - "output_type": "error", - "traceback": [ - "SystemError: opening file \"/workspace/LifeInsuranceDataModel.jl/testCreteContract.jl\": No such file or directory\n", - "\n", - "Stacktrace:\n", - " [1] systemerror(p::String, errno::Int32; extrainfo::Nothing)\n", - " @ Base ./error.jl:176\n", - " [2] systemerror\n", - " @ ./error.jl:175 [inlined]\n", - " [3] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Nothing, append::Nothing)\n", - " @ Base ./iostream.jl:293\n", - " [4] open\n", - " @ ./iostream.jl:275 [inlined]\n", - " [5] open(f::Base.var\"#433#434\"{String}, args::String; kwargs::@Kwargs{})\n", - " @ Base ./io.jl:394\n", - " [6] open\n", - " @ ./io.jl:393 [inlined]\n", - " [7] read\n", - " @ ./io.jl:486 [inlined]\n", - " [8] _include(mapexpr::Function, mod::Module, _path::String)\n", - " @ Base ./loading.jl:2132\n", - " [9] include(fname::String)\n", - " @ Base.MainInclude ./client.jl:489\n", - " [10] top-level scope\n", - " @ /workspace/LifeInsuranceDataModel.jl/test.ipynb:1" - ] - } - ], + "outputs": [], "source": [ - "include(\"testCreteContract.jl\")" + "include(\"testCreateContract.jl\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "include(\"testLoadHistory.jl\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "include(\"testPendingMutations.jl\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "include(\"testProductinstantiation.jl\")" ] } ],