Skip to content

Commit

Permalink
Dienstag 17:00
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hornburger committed Oct 17, 2023
1 parent fe01161 commit 2859821
Show file tree
Hide file tree
Showing 21 changed files with 30 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/database/protokolledbclass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export class ProtokollDBClass {
this.Const = new Constclass();
}

// HEllo World

public ReadProtkollliste(projektkey: string): Promise<any> {

try {
Expand Down
2 changes: 2 additions & 0 deletions src/datenstrukturen/festlegungskategoriestruktur_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ const Festlegungskategorieshema = new mongoose.Schema({
});

export { IFestlegungskategoriestruktur, Festlegungskategorieshema };

// Hello Wolrd
3 changes: 3 additions & 0 deletions src/datenstrukturen/projektbeteiligtestruktur_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ const Projektbeteiligteeshema = new mongoose.Schema({
});

export { IProjektbeteiligtestruktur, Projektbeteiligteeshema };


// Hello Wolrd
2 changes: 2 additions & 0 deletions src/datenstrukturen/projektpunktanmerkungstruktur_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ const Projektpunktanmerkungshema = new mongoose.Schema({
});

export { IProjektpunktanmerkungstruktur, Projektpunktanmerkungshema };

// Hello Wolrd
2 changes: 2 additions & 0 deletions src/datenstrukturen/projektpunktestruktur_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,5 @@ const Projektpunktshema = new mongoose.Schema({

export { IProjektpunktestruktur, Projektpunktshema };


// Hello Wolrd
3 changes: 3 additions & 0 deletions src/datenstrukturen/projektpunktimagestruktur_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ const Projektpunktimageshema = new mongoose.Schema({
});

export { IProjektpunktimagestruktur, Projektpunktimageshema };


// Hello World
2 changes: 0 additions & 2 deletions src/datenstrukturen/protokollstruktur_server.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import {IVerfasserstruktur, Verfassershema} from "./verfasserstruktur_server";
import mongoose from "mongoose";
import {IProjektpunktestruktur} from "./projektpunktestruktur_server";
import {IProjektbeteiligtestruktur} from "./projektbeteiligtestruktur_server";
import {IMitarbeiterstruktur} from "./mitarbeiterstruktur_server";

interface IProtokollstruktur {

Expand Down
3 changes: 3 additions & 0 deletions src/datenstrukturen/thumbnailstrucktur_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ export type Thumbnailstruktur = {
};
Content: string;
};


// HEllo Wolrd
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const SendReminderrouts: SendReminderroutsClass = new SendReminderroutsClass();
const SendLOPListerouter: SendLOPListeroutsClass = new SendLOPListeroutsClass();
const SaveFestlegungenrouts: SaveFestlegungenroutsClass = new SaveFestlegungenroutsClass();
const Addsubscriptionrouts: AddsubscriptionroutsClass = new AddsubscriptionroutsClass();
const NONE = 'NONE';

let Port: string = 'none';
let NODE_ENV: string = config.has('node_env') ? config.get('node_env') : 'nicht definiert';
Expand Down
1 change: 1 addition & 0 deletions src/routes/festlegungskategorierouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export class FestlegungskategorieouterClass {
private Debug: DebugClass;
private Database: FestlegungskategorieDBClass;
private Authentication: AuthenticationClass;
private Testvar: any;

constructor() {

Expand Down
1 change: 1 addition & 0 deletions src/routes/projektpunkteerouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export class ProjektpunkteroutsClass {
private Debug: DebugClass;
private Database: ProjektpunkteDBClass;
private Authentication: AuthenticationClass;
private Testvar: any;

constructor() {

Expand Down
1 change: 1 addition & 0 deletions src/routes/protokollerouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export class ProtokolleroutsClass {
private Debug: DebugClass;
private Database: ProtokollDBClass;
private Authentication: AuthenticationClass;
private Testvar: any;

constructor() {

Expand Down
1 change: 1 addition & 0 deletions src/routes/savebautagebuchrouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export class SaveBautagebuchroutsClass {
private Config: ConfigClass;
private Tools: Toolsclass;
private Const: Constclass;
private Testvar: any;

constructor() {

Expand Down
1 change: 1 addition & 0 deletions src/routes/savefestlegungenrouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export class SaveFestlegungenroutsClass {
private Database: ProtokollDBClass;
private Authentication: AuthenticationClass;
private Config: ConfigClass;
private Testvar: any;

constructor() {

Expand Down
1 change: 1 addition & 0 deletions src/routes/saveloplisterouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export class SaveLOPListeroutsClass {
private Config: ConfigClass;
private Tools: Toolsclass;
private Const: Constclass;
private Testvar: any;

constructor() {

Expand Down
1 change: 1 addition & 0 deletions src/routes/saveprotokollerouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export class SaveProtokolleroutsClass {
private Authentication: AuthenticationClass;
private Config: ConfigClass;
private Const: Constclass;
private Testvar: any;

constructor() {

Expand Down
1 change: 1 addition & 0 deletions src/routes/sendbautagebuchrouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export class SendBautagebuchroutsClass {
private Tools: Toolsclass;
private Config: ConfigClass;
private Const: Constclass;
private Testvar: any;

constructor() {

Expand Down
1 change: 1 addition & 0 deletions src/routes/sendfestlegungenrouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export class SendFestlegungenroutsClass {
private Database: ProtokollDBClass;
private Authentication: AuthenticationClass;
private Config: ConfigClass;
private Testvar: any;

constructor() {

Expand Down
1 change: 1 addition & 0 deletions src/routes/sendloplisterouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export class SendLOPListeroutsClass {
private Tools: Toolsclass;
private Config: ConfigClass;
private Const: Constclass;
private Testvar: any;

constructor() {

Expand Down
1 change: 1 addition & 0 deletions src/routes/sendprotokollerouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export class SendProtokolleroutsClass {
private Authentication: AuthenticationClass;
private Config: ConfigClass;
private Const: Constclass;
private Testvar: any;


constructor() {
Expand Down
1 change: 1 addition & 0 deletions src/routes/sendreminderrouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export class SendReminderroutsClass {
private Debug: DebugClass;
private Authentication: AuthenticationClass;
private Config: ConfigClass;
private Testvar: any;

constructor() {

Expand Down

0 comments on commit 2859821

Please sign in to comment.