Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PCO: Group import needs implemented #48

Open
spurgeonbj opened this issue Mar 21, 2019 · 2 comments
Open

PCO: Group import needs implemented #48

spurgeonbj opened this issue Mar 21, 2019 · 2 comments

Comments

@spurgeonbj
Copy link

Shalom!!

Apologies for my noob questions. I am new to C# and modern VS environment.4

I tried building and ended up with a build error. VS Build Output is as follows.

> Severity	Code	Description	Project	File	Line	Suppression State
> Error	CS0117	'PCOApi' does not contain a definition for 'ExportGroups'	Slingshot.PCO	C:\Rock\Slingshot-master\Slingshot.PCO\MainWindow.xaml.cs	133	N/A

Apparently reference to ExportGroups is not included properly. In my understanding, this is something like a incomplete make file (from linux background :-) ).

Can some one kindly help with instructions to build this correctly?

Thanks!

BuildError-20190321-01

@bjwiley2
Copy link
Contributor

Hello,

The error you are encountering is because of this: https://github.com/SparkDevNetwork/Slingshot/blob/develop/Slingshot.PCO/Utilities/PCOApi.cs#L467

Unfortunately the ExportGroups method is not yet implemented. I believe the code that is there but commented out is the code from the F1 slingshot.

@bjwiley2 bjwiley2 changed the title Error building Slingshot PCO: Error building Slingshot Mar 28, 2019
@bjwiley2 bjwiley2 changed the title PCO: Error building Slingshot PCO: Group import needs implemented Mar 28, 2019
@JoshuaMaiorino
Copy link
Contributor

The reason Group Export isn't implemented yet is because PCO doesn't have an API to support it. At least last I checked. And yes, This code is copied from the F1 exported and not working. The PCO export tool is still a work in progress. I believe it does work for people and giving, though even that has more work needs to be done. Because PCO has separate lists of people, for serving, for people, and for giving. And each one houses different information, and sometimes, different people records.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants